- Use now rx3-docker/php-apache:1.5.3-mga9 & rx3-docker/mariadb-1.1.2-mga9 images.

This commit is contained in:
2025-04-21 20:22:03 +02:00
parent 8b24be9518
commit d7e918256e
5 changed files with 30 additions and 9 deletions

View File

@@ -39,6 +39,10 @@ services:
ports:
- "127.0.0.1:${DB_PORT_SV_EXT}:${DB_PORT_SV_INT}"
- "127.0.0.1:${DB_PORT_MAIN_EXT}:${DB_PORT_MAIN_INT}"
#-------------------------------------------------------------------------------
webapp-internal:
container_name: ${WAI_HOST_NAME}
@@ -72,7 +76,7 @@ services:
- ./${WAI_LOG_SV_EXT}:${WAI_LOG_SV_INT}
- ./${WAI_LOG_HTTPD_EXT}:${WAI_LOG_HTTPD_INT}
- ./${WAI_LOG_MAIN_EXT}:${WAI_LOG_MAIN_INT}
- ./etc/ampache-webapp-internal:/var/www/config
- ./etc/cron.d/ampache:/etc/cron.d/ampache:ro
- /etc/passwd:/etc/passwd:ro
@@ -88,6 +92,10 @@ services:
ports:
- "127.0.0.1:${WAI_PORT_SV_EXT}:${WAI_PORT_SV_INT}"
- "127.0.0.1:${WAI_PORT_MAIN_EXT}:${WAI_PORT_MAIN_INT}"
#-------------------------------------------------------------------------------
webapp-external:
container_name: ${WAE_HOST_NAME}
@@ -126,6 +134,10 @@ services:
- "127.0.0.1:${WAE_PORT_SV_EXT}:${WAE_PORT_SV_INT}"
- "127.0.0.1:${WAE_PORT_MAIN_EXT}:${WAE_PORT_MAIN_INT}"
#-------------------------------------------------------------------------------
networks:
appl:
name: ${NETWORK_NAME}