- Now use server-mga9:1.1.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-05 13:11:16 +02:00
parent 6ec93aa56e
commit 8f3ea49795
5 changed files with 27 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
ARG IMG_URL_PREFIX="rx3"
FROM ${IMG_URL_PREFIX}/server-mga9:1.1.2
FROM ${IMG_URL_PREFIX}/server-mga9:1.1.3
ARG IMG_NAME
ARG IMG_FULL_NAME
@@ -54,7 +54,6 @@ then
fi'
#---------------------------------------------------------------------------------------------------
#command=/usr/bin/pg_ctl start -D '${POSTGRESQL_DATA}' -s -o "-p '${POSTGRESQL_PORT}'" -w -t 300 \n\
#---------------------------------------------------------------------------------------------------
ARG POSTGRESQLD_INI='[program:postgresqld] \n\
command=/usr/bin/postgres -D '${POSTGRESQL_DATA}' -p '${POSTGRESQL_PORT}' \n\