add hc for coolify

This commit is contained in:
Andras Bacsai
2023-04-28 11:06:55 +02:00
parent ebba7f7ecb
commit 2fb8d928e5
2 changed files with 12 additions and 2 deletions

View File

@@ -27,6 +27,13 @@ services:
- SSL_MODE=off
ports:
- "${APP_PORT:-8000}:80"
expose:
- "${APP_PORT:-8000}"
healthcheck:
test: curl --fail http://localhost:80/api/health || exit 1
interval: 4s
retries: 5
timeout: 2s
depends_on:
postgres:
condition: service_healthy