asd
This commit is contained in:
parent
5ac769ce16
commit
80dd3998a1
1 changed files with 3 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ services:
|
||||||
expose:
|
expose:
|
||||||
- 5432
|
- 5432
|
||||||
volumes:
|
volumes:
|
||||||
- dbdata_v18:/var/lib/postgresql/data
|
- 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,4 +151,5 @@ networks:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
dbdata_v18:
|
info-main-zkx9vb_dbdata_v18:
|
||||||
|
external: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue