добавлен volume

This commit is contained in:
StepanDemin 2024-10-04 16:14:58 +03:00
parent d7ef3121e1
commit e1ef4d060c

View File

@ -28,6 +28,11 @@ services:
POSTGRES_DB: "expertisa-metadata"
networks:
- expertisa-twonodes-postgresql
volumes:
- pgdata-${BRANCH}:/var/lib/postgresql/data
volumes:
pgdata-${BRANCH}:
networks:
expertisa-twonodes-postgresql: