changed graphdb volume
This commit is contained in:
parent
54950f5d1b
commit
cfb3bbdf60
1 changed files with 3 additions and 1 deletions
|
|
@ -8,6 +8,8 @@ services:
|
||||||
env_file: .env
|
env_file: .env
|
||||||
volumes:
|
volumes:
|
||||||
- db-data:/var/lib/postgresql/data
|
- db-data:/var/lib/postgresql/data
|
||||||
|
ports:
|
||||||
|
- 3000:5432
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
|
|
||||||
|
|
@ -57,7 +59,7 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ./graphdb_context
|
context: ./graphdb_context
|
||||||
volumes:
|
volumes:
|
||||||
- graphdb-data:/opt/graphdb
|
- graphdb-data:/graphdb/data
|
||||||
ports:
|
ports:
|
||||||
- 3003:7200
|
- 3003:7200
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue