изменён volume для psql

This commit is contained in:
StepanDemin 2024-10-07 18:11:39 +03:00
parent ca49c5a6b7
commit 52629d9949

View File

@ -29,10 +29,11 @@ services:
networks:
- expertisa-twonodes-postgresql
volumes:
- pgdata-${BRANCH}:/var/lib/postgresql/data
- pgdata:/var/lib/postgresql/data
volumes:
pgdata-${BRANCH}:
pgdata:
name: pgdata-${BRANCH}
networks:
expertisa-twonodes-postgresql: