Compare commits
No commits in common. "master" and "mantisbt-1.0.1" have entirely different histories.
master
...
mantisbt-1
@ -23,9 +23,7 @@ ARG MANTISBT_VERSION=2.27.1
|
|||||||
ARG MANTISBT='#!/bin/bash \n\
|
ARG MANTISBT='#!/bin/bash \n\
|
||||||
\n\
|
\n\
|
||||||
chown -R apache:apache ${APACHE_DOC_ROOT} \n\
|
chown -R apache:apache ${APACHE_DOC_ROOT} \n\
|
||||||
chmod -R a-x,a+X ${APACHE_DOC_ROOT} \n\
|
chmod -R u-x,g-x,o-rwx,u+X,g+X ${APACHE_DOC_ROOT} \n\
|
||||||
chmod o-rwx ${APACHE_DOC_ROOT} \n\
|
|
||||||
chmod -R o+rwX ${APACHE_DOC_ROOT}/mantisbt/config \n\
|
|
||||||
\n\
|
\n\
|
||||||
if [[ "${MANTISBT_ADMIN_ENABLED}" == "FALSE" ]] \n\
|
if [[ "${MANTISBT_ADMIN_ENABLED}" == "FALSE" ]] \n\
|
||||||
then \n\
|
then \n\
|
||||||
|
@ -5,9 +5,14 @@ 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.5.1-mga9 & rx3-docker/postgresql:1.1.2-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:
|
||||||
|
The following SQL have to been executed on mantisdb with postgres user:
|
||||||
|
GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO mantisbt;
|
||||||
|
GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA public TO mantisbt;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Enjoy it!
|
Enjoy it!
|
||||||
|
@ -1,11 +1,3 @@
|
|||||||
------------------------------------------------------------------------------------------------------------------------------------
|
|
||||||
Rx3-Docker/MantisBT V 1.0.2 - A. GIBERT - 2025/03/10
|
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
- Now use rx3-docker/postgresql:1.1.2-mga9 image.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
Rx3-Docker/MantisBT V 1.0.1 - A. GIBERT - 2025/03/08
|
Rx3-Docker/MantisBT V 1.0.1 - A. GIBERT - 2025/03/08
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
@ -87,7 +87,6 @@ services:
|
|||||||
|
|
||||||
networks:
|
networks:
|
||||||
- appl
|
- appl
|
||||||
# - internal
|
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:${WA_PORT_SV_EXT}:${WA_PORT_SV_INT}"
|
- "127.0.0.1:${WA_PORT_SV_EXT}:${WA_PORT_SV_INT}"
|
||||||
@ -103,7 +102,3 @@ networks:
|
|||||||
# config:
|
# config:
|
||||||
# - subnet: 10.2.33.0/24
|
# - subnet: 10.2.33.0/24
|
||||||
# gateway: 10.2.33.254
|
# gateway: 10.2.33.254
|
||||||
|
|
||||||
# internal:
|
|
||||||
# name: mantisbt-squashtm-internal
|
|
||||||
# external: true
|
|
||||||
|
7
env.dist
7
env.dist
@ -20,7 +20,7 @@ APPL_NAME="mantisbt"
|
|||||||
APPL_NAME_FULL="Mantis Bug Tracker"
|
APPL_NAME_FULL="Mantis Bug Tracker"
|
||||||
APPL_NAME_SHORT="mantisbt"
|
APPL_NAME_SHORT="mantisbt"
|
||||||
APPL_ORG="rx3-docker"
|
APPL_ORG="rx3-docker"
|
||||||
APPL_VERSION="1.0.3"
|
APPL_VERSION="1.0.1"
|
||||||
APPL_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
|
APPL_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
|
||||||
|
|
||||||
|
|
||||||
@ -34,6 +34,9 @@ APPL_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
|
|||||||
#APPL_ENV="int"
|
#APPL_ENV="int"
|
||||||
APPL_ENV="dvp"
|
APPL_ENV="dvp"
|
||||||
|
|
||||||
|
MUSIC_REPO="./opt/music"
|
||||||
|
VIDEO_REPO="./opt/video"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
@ -74,7 +77,7 @@ 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.2-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.5.2-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.2-mga9 - - 8070 80 - - apache apache
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user