изменён volume для psql
This commit is contained in:
parent
ca49c5a6b7
commit
52629d9949
@ -29,10 +29,11 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- expertisa-twonodes-postgresql
|
- expertisa-twonodes-postgresql
|
||||||
volumes:
|
volumes:
|
||||||
- pgdata-${BRANCH}:/var/lib/postgresql/data
|
- pgdata:/var/lib/postgresql/data
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
pgdata-${BRANCH}:
|
pgdata:
|
||||||
|
name: pgdata-${BRANCH}
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
expertisa-twonodes-postgresql:
|
expertisa-twonodes-postgresql:
|
||||||
|
Loading…
Reference in New Issue
Block a user