- Add GUACAMOLE_CONTEXT environement variable support.

This commit is contained in:
2026-01-11 12:02:03 +01:00
parent f0355f9982
commit 1738c5bf4e
4 changed files with 14 additions and 4 deletions

View File

@@ -121,6 +121,8 @@ services:
POSTGRESQL_USER: ${DB_USER}
POSTGRESQL_PASSWORD: ${DB_PASSWORD}
GUACAMOLE_CONTEXT: ${WA_WEBAPP_CONTEXT}
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:${WA_PORT_MAIN_INT}/guacamole/"]
interval: 10s