asd
This commit is contained in:
parent
55ef9e4554
commit
31948a0845
1 changed files with 2 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ services:
|
||||||
expose:
|
expose:
|
||||||
- 5432
|
- 5432
|
||||||
volumes:
|
volumes:
|
||||||
- dbinfo-main-zkx9vb_dbdata_v18:/var/lib/postgresql
|
- dbdata_v18:/var/lib/postgresql
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
|
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
|
||||||
interval: 1s
|
interval: 1s
|
||||||
|
|
@ -151,5 +151,4 @@ networks:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
info-main-zkx9vb_dbdata_v18:
|
dbdata_v18:
|
||||||
external: true
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue