- Now use rx3-docker/php-apache:1.5.1-mga9 & rx3-docker/postgresql:1.1.1-mga9 images.
This commit is contained in:
parent
b95e2349d9
commit
dad3793cca
@ -45,4 +45,3 @@ RUN urpmi.update -a
|
|||||||
&& echo -e "${MANTISBT}" | sed -e "s/\`/'/g" -e 's/ *$//' > /etc/init.d/mantisbt \
|
&& echo -e "${MANTISBT}" | sed -e "s/\`/'/g" -e 's/ *$//' > /etc/init.d/mantisbt \
|
||||||
&& chmod a+x /etc/init.d/mantisbt \
|
&& chmod a+x /etc/init.d/mantisbt \
|
||||||
&& ln -s /etc/init.d/mantisbt /etc/rcD.d/S40mantisbt
|
&& ln -s /etc/init.d/mantisbt /etc/rcD.d/S40mantisbt
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ Welcome to Rx3-Docker/MantisBT docker image!
|
|||||||
This project aims to build a MantisBT docker image.
|
This project aims to build a MantisBT docker image.
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
- Curtently based on rx3-docker/php-apache:1.4.0-mga9 & rx3-docker/postgresql:1.1.0-mga9 images,
|
- Curtently based on rx3-docker/php-apache:1.5.1-mga9 & rx3-docker/postgresql:1.1.1-mga9 images,
|
||||||
- Sync with MantisBT 2.27.1.
|
- Sync with MantisBT 2.27.1.
|
||||||
|
|
||||||
Note:
|
Note:
|
||||||
|
@ -7,7 +7,8 @@ Rx3-Docker/MantisBT V 1.0.1 - A. GIBERT - 2025/03/08
|
|||||||
- Add var/www/mantisbt/images-local volume allowing logo addition,
|
- Add var/www/mantisbt/images-local volume allowing logo addition,
|
||||||
- Add ssmtp program and SMTP_SERVER env variable to allow mail sending,
|
- Add ssmtp program and SMTP_SERVER env variable to allow mail sending,
|
||||||
- Add php xmlreader & xmlwriter module tu support "Import/Export issues" plugin,
|
- Add php xmlreader & xmlwriter module tu support "Import/Export issues" plugin,
|
||||||
- Switch to docker_tools "mixed" volume mode.
|
- Switch to docker_tools "mixed" volume mode,
|
||||||
|
- Now use rx3-docker/php-apache:1.5.1-mga9 & rx3-docker/postgresql:1.1.1-mga9 images.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -16,4 +17,4 @@ Rx3-Docker/MantisBT V 1.0.0 - A. GIBERT - 2025/03/06
|
|||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
- Initial release,
|
- Initial release,
|
||||||
- Use based on php-apache:1.4.0-mga9 & postgresql:1.1.0-mga9 images.
|
- Use based on rx3-docker/php-apache:1.4.0-mga9 & rx3-docker/postgresql:1.1.0-mga9 images.
|
||||||
|
6
env.dist
6
env.dist
@ -63,7 +63,7 @@ PORT_SV_INT=9001
|
|||||||
PORT_SV_OFFSET=1000
|
PORT_SV_OFFSET=1000
|
||||||
|
|
||||||
NETWORK_NAME=${HOST_NAME_PREFIX}
|
NETWORK_NAME=${HOST_NAME_PREFIX}
|
||||||
NETWORK_IF_NAME=br-${APPL_NAME_SHORT}-${APPL_ENV}
|
NETWORK_IF_NAME=br-${HOST_NAME_PREFIX}
|
||||||
|
|
||||||
DOCKER_TOOLS_DEBUG=FALSE
|
DOCKER_TOOLS_DEBUG=FALSE
|
||||||
DOCKER_TOOLS_VOLUME=MIXED
|
DOCKER_TOOLS_VOLUME=MIXED
|
||||||
@ -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 |
|
# | 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.0-mga9 - - - postgres - - 5432 - - postgres postgres
|
docker_service_add DB database ${ORG_URL_PREFIX} postgresql - 1.1.1-mga9 - - - postgres - - 5432 - - postgres postgres
|
||||||
|
|
||||||
docker_service_add WA webapp ${ORG_URL_PREFIX} mantisbt "Rx3-Docker/MantisBT" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} php-apache 1.4.0-mga9 - - 8070 80 - - apache apache
|
docker_service_add WA webapp ${ORG_URL_PREFIX} mantisbt "Rx3-Docker/MantisBT" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} php-apache 1.5.1-mga9 - - 8070 80 - - apache apache
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user