- Initial commit.

This commit is contained in:
2025-03-12 23:11:09 +01:00
commit 2f3edf2a00
6 changed files with 362 additions and 0 deletions

24
ReadMe.txt Normal file
View File

@@ -0,0 +1,24 @@
Welcome to Rx3-Docker/SquashTM docker image!
This project aims to build a MantisBT docker image.
Features:
- Curtently based on rx3-docker/java-1.1.1-mga9 & rx3-docker/postgresql:1.1.1-mga9 images,
- Sync with SquashTM 9.0.0.
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