2024-11-13 14:09:16 +00:00
|
|
|
# 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.
|
|
|
|
|
2024-11-13 14:38:37 +00:00
|
|
|
The compose stack will spawn up a postgresql database for this. You can configure the database connection from Jira's setup wizard via the HTTP UI.
|
2024-11-13 14:09:16 +00:00
|
|
|
|
2024-11-13 14:38:37 +00:00
|
|
|
May use a dedicated `.env` file to provide your custom DB credentials. Ensure to use secure passwords!
|