- Now use rx3/php-apache-mga9:1.3.3 image,

- Variabilization of external server ports in env & compose file,
- Now use docker_tools for .env building.
This commit is contained in:
2024-10-07 13:36:08 +02:00
parent 245a8529a3
commit eef8d33716
5 changed files with 24 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
# Rx3 PHP Apache Mageia-9 Docker Image
# Rx3 Tools Mageia-9 Docker Image
#-------------------------------------------------------------------------------
name: ${IMG_NAME}
@@ -23,6 +23,7 @@ services:
restart: unless-stopped
environment:
APACHE_DOC_ROOT: ${APACHE_DOC_ROOT}
POSTGRESQL_SERVER_NAME: ${POSTGRESQL_SERVER_NAME}
POSTGRESQL_HOST: ${POSTGRESQL_HOST}
POSTGRESQL_PORT: ${POSTGRESQL_PORT}
@@ -33,5 +34,5 @@ services:
network_mode: bridge
ports:
- "127.0.0.1:9070:9001"
- "127.0.0.1:8070:80"
- "127.0.0.1:${WEBAPP_SV_PORT}:9001"
- "127.0.0.1:${WEBAPP_PORT}:80"