- Now use rx3-docker/php-apache:1.7.0-mga9 & rx3-docker/postgresql:1.2.0-mga9 images,

- Now use docker-tools-1.5.2,
- Enable cron daemon to clean-up dead php sessions,
- Add healthcheck on webapp service,
- Rebuild for updates.
This commit is contained in:
2026-05-31 20:31:48 +02:00
parent 95f6e3ba91
commit d0eb0222f6
5 changed files with 31 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ sed -i -e "s%mailhub=mail%mailhub=${SMTP_SERVER}%" /etc/ssmtp/s
RUN . /etc/profile.d/rx3.sh && isl_add ${IMG_URL} \
RUN . /etc/profile.d/rx3.sh && isl --add ${IMG_URL} \
&& urpmi.update -a \
&& urpmi --force wget ssmtp tiki \
&& mv /etc/httpd/conf/sites.d/tiki.conf ${TIKI_CORE_CONFIG_FILE}.ref \