mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-04-02 00:05:39 +02:00
18 lines
716 B
Markdown
18 lines
716 B
Markdown
# 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
|
|
|
|
> [!CAUTION]
|
|
> - **Jira Server** and **Confluence Server** support ended on **2024-02-15** (no security fixes). Check out the new Datacenter options.
|
|
|
|
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 wizard via the HTTP UI.
|
|
|
|
May use a dedicated `.env` file to provide your custom DB credentials. Ensure to use secure passwords!
|