Go to file
Arnaud G. GIBERT 791df0e07a - Add default config in etc/mantisbt/config_inc.php.ref,
- Add ssmtp program and env variable to allow mail sending,
- Add php xmlreader & xmlwriter module tu support "Import/Export issues" plugin,
- Switch to docker_tools "mixed" volume mode.
2025-03-07 18:41:55 +01:00
etc/mantisbt - Add default config in etc/mantisbt/config_inc.php.ref, 2025-03-07 18:41:55 +01:00
.gitignore - Initial release, 2025-03-06 16:23:57 +01:00
compose.yaml - Add default config in etc/mantisbt/config_inc.php.ref, 2025-03-07 18:41:55 +01:00
Dockerfile - Add default config in etc/mantisbt/config_inc.php.ref, 2025-03-07 18:41:55 +01:00
env.dist - Add default config in etc/mantisbt/config_inc.php.ref, 2025-03-07 18:41:55 +01:00
ReadMe.txt - Initial release, 2025-03-06 16:23:57 +01:00
ReleaseNotes.txt - Add default config in etc/mantisbt/config_inc.php.ref, 2025-03-07 18:41:55 +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.4.0-mga9 & rx3-docker/postgresql:1.1.0-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