- Now use rx3-docker/php-apache:1.7.0-mga9 image,

- Now use docker-tools-1.5.2,
- Enable cron daemon to clean-up dead php sessions,
- Use now RedPanda files from Rx3 web site,
- Rebuild for updates.
This commit is contained in:
2026-05-30 18:12:28 +02:00
parent 1d33bc4be6
commit d38a09cd75
5 changed files with 32 additions and 14 deletions

View File

@@ -7,6 +7,7 @@
ORG_NAME="rx3-docker"
ORG_REGISTRY="docker.xor.rx3:5000"
ORG_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
ORG_URL_PREFIX="${ORG_REGISTRY}/${ORG_NAME}"
@@ -16,6 +17,7 @@ ORG_URL_PREFIX="${ORG_REGISTRY}/${ORG_NAME}"
# Image Settings
#-------------------------------------------------------------------------------
APPL_NAME=""
HOST_NAME_PREFIX=""
PORT_ENV_OFFSET=0
@@ -30,7 +32,7 @@ PORT_SV_OFFSET=1000
# | Prefix | Name | URL Prefix | Name | Name Full | Version | URL Prefix | Name | Version | Name | Version | Ext | Int | Ext | Int | Name / Id | Name / Id |
#------------------+----------+--------------------------+--------------------+------------------+-------------------------------+-----------------+--------------------+---------------+------------+--------------+------------+-------+-------+-------+-------+--------------+--------------+
docker_service_add TOOLS tools ${ORG_URL_PREFIX} - "Rx3-Docker/Tools" 1.3.1-mga9 ${ORG_URL_PREFIX} php-apache 1.6.3-mga9 - - 8070 80 8092 8080 apache apache
docker_service_add TOOLS tools ${ORG_URL_PREFIX} - "Rx3-Docker/Tools" 1.4.0-mga9 ${ORG_URL_PREFIX} php-apache 1.7.0-mga9 - - 8070 80 8092 8080 apache apache
@@ -38,6 +40,8 @@ docker_service_add TOOLS tools ${ORG_URL_PREFIX}
# User Settings
#-------------------------------------------------------------------------------
TOOLS_CROND_ENABLED="TRUE"
TOOLS_LOG_HTTPD_INT="/var/log/httpd"
TOOLS_LOG_HTTPD_EXT="./var/log/httpd"