Add healthcheck

This commit is contained in:
2024-12-23 13:39:32 +01:00
parent 01526ede0d
commit 60d36b38e7

View File

@@ -16,6 +16,8 @@ services:
restart: "unless-stopped" restart: "unless-stopped"
depends_on: depends_on:
- "guacd" - "guacd"
healthcheck:
test: "curl -f http://localhost:8080/ || exit 1"
environment: environment:
GUACD_HOSTNAME: "guacd" GUACD_HOSTNAME: "guacd"
GUACD_PORT: "4822" GUACD_PORT: "4822"