changed graphdb volume

This commit is contained in:
Robert Nasarek 2022-10-05 14:47:45 +02:00
parent 54950f5d1b
commit cfb3bbdf60

View file

@ -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: