Update docker-compose-prod.yml
Deploy to Coolify / deploy (push) Successful in 2s

This commit is contained in:
2026-03-20 12:31:44 -03:00
parent f26f68f16a
commit 1bac15f3d8
+5 -1
View File
@@ -9,9 +9,13 @@ services:
ports: ports:
- "${PORT:-8080}:${PORT:-8080}" - "${PORT:-8080}:${PORT:-8080}"
healthcheck: healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:${PORT:-8080}/health || exit 1"] test:
["CMD-SHELL", "curl -f http://localhost:${PORT:-8080}/health || exit 1"]
interval: 10s interval: 10s
timeout: 5s timeout: 5s
retries: 5 retries: 5
start_period: 10s start_period: 10s
networks:
coolify:
external: true