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
|
||||
volumes:
|
||||
- db-data:/var/lib/postgresql/data
|
||||
ports:
|
||||
- 3000:5432
|
||||
networks:
|
||||
- internal
|
||||
|
||||
|
|
@ -57,7 +59,7 @@ services:
|
|||
build:
|
||||
context: ./graphdb_context
|
||||
volumes:
|
||||
- graphdb-data:/opt/graphdb
|
||||
- graphdb-data:/graphdb/data
|
||||
ports:
|
||||
- 3003:7200
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue