Update docker-compose.yml

This commit is contained in:
Stavros Iliopoulos 2023-08-13 20:55:59 +03:00 committed by GitHub
parent 90ed263116
commit 212e58bc92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,3 +60,9 @@ services:
restart: unless-stopped
networks:
- tipi_main_network
healthcheck:
test: ["CMD-SHELL", "pg_isready", "-d", "tandoor"]
interval: 10s
timeout: 5s
retries: 5
start_period: 30s