Update file docker-compose.yml.j2
This commit is contained in:
parent
e738651ba5
commit
5a94c01f1f
@ -13,9 +13,10 @@ services:
|
|||||||
- "{{ matrix_postgres_dir }}:/var/lib/postgresql/data"
|
- "{{ matrix_postgres_dir }}:/var/lib/postgresql/data"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U {{ matrix_postgres_user }}"]
|
test: ["CMD-SHELL", "pg_isready -U {{ matrix_postgres_user }}"]
|
||||||
interval: 10s
|
interval: 5s
|
||||||
timeout: 5s
|
timeout: 10s
|
||||||
retries: 5
|
retries: 20
|
||||||
|
start_period: 30s
|
||||||
networks:
|
networks:
|
||||||
- matrix-network
|
- matrix-network
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user