Add healthcheck

This commit is contained in:
2024-12-23 13:34:17 +01:00
parent bc9f514bc5
commit 01526ede0d

View File

@@ -16,8 +16,6 @@ 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"