Update file docker-compose.yml.j2

This commit is contained in:
Administrator 2025-10-24 10:28:57 +00:00
parent e738651ba5
commit 5a94c01f1f

View File

@ -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