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"
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U {{ matrix_postgres_user }}"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
interval: 5s
|
||||
timeout: 10s
|
||||
retries: 20
|
||||
start_period: 30s
|
||||
networks:
|
||||
- matrix-network
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user