- Add default config in etc/mantisbt/config_inc.php.ref,

- Add ssmtp program and env variable to allow mail sending,
- Add php xmlreader & xmlwriter module tu support "Import/Export issues" plugin,
- Switch to docker_tools "mixed" volume mode.
This commit is contained in:
2025-03-07 18:41:55 +01:00
parent c696384f54
commit 791df0e07a
5 changed files with 72 additions and 19 deletions

View File

@@ -49,9 +49,6 @@ services:
image: ${WA_IMG_URL}
dns:
- 10.0.0.1
build:
context: .
args:
@@ -72,12 +69,19 @@ services:
APACHE_UID: ${WA_USER_ID}
APACHE_GID: ${WA_GROUP_ID}
APACHE_DOC_ROOT: ${APACHE_DOC_ROOT}
SMTP_SERVER: ${SMTP_SERVER}
WINDOW_TITLE: ${WINDOW_TITLE}
LOGO_IMG: ${LOGO_IMG}
APPL_URL: ${APPL_URL}
volumes:
- ./${WA_LOG_INIT_EXT}:${WA_LOG_INIT_INT}
- ./${WA_LOG_SV_EXT}:${WA_LOG_SV_INT}
- ./${WA_LOG_HTTPD_EXT}:${WA_LOG_HTTPD_INT}
- ./${WA_LOG_MAIN_EXT}:${WA_LOG_MAIN_INT}
- ./${WA_CONF_EXT}:${WA_CONF_INT}
# - ./${WA_IMG_EXT}:${WA_IMG_INT}
networks:
- appl