Go to file
2025-03-08 22:50:30 +01:00
etc/mantisbt - Fix variable prefix in php config file. 2025-03-08 22:50:30 +01:00
.gitignore - Initial release, 2025-03-06 16:23:57 +01:00
compose.yaml - Rename MANTISBT_ADMIN env varable into MANTISBT_ADMIN_ENABLED. 2025-03-08 22:43:38 +01:00
Dockerfile - Rename MANTISBT_ADMIN env varable into MANTISBT_ADMIN_ENABLED. 2025-03-08 22:43:38 +01:00
env.dist - Rename MANTISBT_ADMIN env varable into MANTISBT_ADMIN_ENABLED. 2025-03-08 22:43:38 +01:00
ReadMe.txt - Now use rx3-docker/php-apache:1.5.1-mga9 & rx3-docker/postgresql:1.1.1-mga9 images. 2025-03-08 22:32:05 +01:00
ReleaseNotes.txt - Rename MANTISBT_ADMIN env varable into MANTISBT_ADMIN_ENABLED. 2025-03-08 22:43:38 +01:00

Welcome to Rx3-Docker/MantisBT docker image!



This project aims to build a MantisBT docker image.

Features:
    - 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.

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!

Your Rx3 Team.

--
arnaud@rx3.net
https://git.rx3.org/gitea/rx3-docker/mantisbt