chore: add atlassian jira and confluence

This commit is contained in:
LRVT
2024-11-13 15:09:16 +01:00
parent bc4c28fb1a
commit 73abc64ba7
3 changed files with 142 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# References
- https://atlassian.github.io/data-center-helm-charts/containers/JIRA/
- https://atlassian.github.io/data-center-helm-charts/containers/CONFLUENCE/
- https://hub.docker.com/r/atlassian/jira-core
- https://hub.docker.com/r/atlassian/confluence
# Notes
The Jira Core container requires a database.
The compose stack will spawn up a postgresql database for this. You can configure the database connection from Jira's setup wirard via the HTTP UI.
May use a dedicated `.env` file to provide your custom DB credentials.