- Add Apache enabling via APACHE_HTTPD_ENABLE environement variable.

This commit is contained in:
2024-12-31 20:02:25 +01:00
parent 56e78a5132
commit c3f77114c3
5 changed files with 25 additions and 9 deletions

View File

@@ -31,6 +31,7 @@ services:
APACHE_UID: ${WA_USER_ID}
APACHE_GID: ${WA_GROUP_ID}
APACHE_DOC_ROOT: ${WA_DOC_ROOT}
APACHE_HTTPD_ENABLED: ${WA_APACHE_HTTPD_ENABLED}
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:${WA_PORT_MAIN_INT}"]