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