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"