From 2697d8d44a341083b42d7a185fdffd1b1aca5924 Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Sat, 14 Dec 2024 00:20:25 +0100 Subject: [PATCH] - Fix missing crond enabled daemon in internal webapp. --- ReleaseNotes.txt | 8 ++++++++ compose.yaml | 1 + env.dist | 2 ++ 3 files changed, 11 insertions(+) diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 6b8600b..1c4921c 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,11 @@ +------------------------------------------------------------------------------------------------------------------------------------ +Rx3-Docker/Ampache V 1.3.x - A. GIBERT - 2024/12/xx +------------------------------------------------------------------------------------------------------------------------------------ + +- Fix missing crond enabled daemon in internal webapp. + + + ------------------------------------------------------------------------------------------------------------------------------------ Rx3-Docker/Ampache V 1.3.0 - A. GIBERT - 2024/12/02 ------------------------------------------------------------------------------------------------------------------------------------ diff --git a/compose.yaml b/compose.yaml index b1ba5f1..83eaf5b 100644 --- a/compose.yaml +++ b/compose.yaml @@ -62,6 +62,7 @@ services: condition: service_healthy environment: + SERVER_CROND_ENABLED: ${WAI_CROND_ENABLED} APACHE_UID: ${WAI_USER_ID} APACHE_GID: ${WAI_GROUP_ID} APACHE_DOC_ROOT: ${APACHE_DOC_ROOT} diff --git a/env.dist b/env.dist index 8ad3556..e128f0d 100644 --- a/env.dist +++ b/env.dist @@ -101,6 +101,8 @@ DB_DB_PASSWORD="ampacheadmin" APACHE_DOC_ROOT=/var/www/public +WAI_CROND_ENABLED="TRUE" + WAI_LOG_HTTPD_INT="/var/log/httpd" WAI_LOG_HTTPD_EXT="./var/log/httpd-webapp-internal" WAE_LOG_HTTPD_INT="/var/log/httpd"