You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
299 B
YAML
16 lines
299 B
YAML
1 year ago
|
version: '3.4'
|
||
|
services:
|
||
|
nebula-graph-studio:
|
||
|
container_name: nebula-graph-studio
|
||
|
image: vesoft/nebula-graph-studio:v3.8.0
|
||
|
environment:
|
||
|
USER: root
|
||
|
ports:
|
||
|
- 7001:7001
|
||
|
networks:
|
||
|
- virtual-patient-network
|
||
|
|
||
|
networks:
|
||
|
virtual-patient-network:
|
||
|
external: true
|