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" - "{{ 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