- Add ISL support,

- Use now rx3-docker/java:1.1.5-mga9 & rx3-docker/postgresql:1.1.6-mga9 images,
- Rebuild for updates.
This commit is contained in:
2026-02-15 00:59:57 +01:00
parent 1411599916
commit bd5b0aae0a
5 changed files with 18 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ APPL_NAME="squash-tm"
APPL_NAME_FULL="Squash Test Manager"
APPL_NAME_SHORT="squashtm"
APPL_ORG="rx3-docker"
APPL_VERSION="1.0.3"
APPL_VERSION="1.0.4"
APPL_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
@@ -77,9 +77,9 @@ DOCKER_TOOLS_EXEPTION_LIBS="postgres:pgsql"
# | 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 DB database ${ORG_URL_PREFIX} postgresql - 1.1.5-mga9 - - - postgres - - 5432 - - postgres postgres
docker_service_add DB database ${ORG_URL_PREFIX} postgresql - 1.1.6-mga9 - - - postgres - - 5432 - - postgres postgres
docker_service_add WA webapp ${ORG_URL_PREFIX} squashtm "Rx3-Docker/Squash-TM" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} java 1.1.4-mga9 - - 8071 8080 - - ${APPL_USER} ${APPL_GROUP}
docker_service_add WA webapp ${ORG_URL_PREFIX} squashtm "Rx3-Docker/Squash-TM" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} java 1.1.5-mga9 - - 8071 8080 - - ${APPL_USER} ${APPL_GROUP}