This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user