добавлен volume
This commit is contained in:
parent
d7ef3121e1
commit
e1ef4d060c
@ -28,6 +28,11 @@ services:
|
|||||||
POSTGRES_DB: "expertisa-metadata"
|
POSTGRES_DB: "expertisa-metadata"
|
||||||
networks:
|
networks:
|
||||||
- expertisa-twonodes-postgresql
|
- expertisa-twonodes-postgresql
|
||||||
|
volumes:
|
||||||
|
- pgdata-${BRANCH}:/var/lib/postgresql/data
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
pgdata-${BRANCH}:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
expertisa-twonodes-postgresql:
|
expertisa-twonodes-postgresql:
|
||||||
|
Loading…
Reference in New Issue
Block a user