Web-app-jira Role¶
Description: No description available
Variables¶
author: Kevin Veen-Birkenbach
description: Jira Software is Atlassian’s issue & project tracking platform. This role deploys Jira in Docker, adds optional OIDC support, and integrates with the Infinito.Nexus ecosystem.
license: Infinito.Nexus NonCommercial License
license_url: https://s.infinito.nexus/license
company: Kevin Veen-Birkenbach
Consulting & Coaching Solutions https://www.veen.world
galaxy_tags: [‘jira’, ‘project management’]
repository: https://s.infinito.nexus/code
issue_tracker_url: https://s.infinito.nexus/issues
documentation: https://s.infinito.nexus/code/
logo: {‘class’: ‘fas fa-diagram-project’}
run_after: [‘web-app-matomo’, ‘web-app-keycloak’, ‘web-app-mailu’]
README¶
Jira¶
Description¶
Jira Software is Atlassian’s issue and project-tracking platform. This role deploys Jira via Docker Compose, connects it to PostgreSQL, and adds proxy awareness, optional OIDC SSO, health checks, and production-oriented defaults for Infinito.Nexus.
Overview¶
The role builds a lean custom image on top of the official Jira Software
image, provisions persistent volumes, and exposes the app behind your
reverse proxy. Variables control image/version/volumes/domains/SSO. JVM
heap sizing is auto-derived from host RAM with safe caps to prevent
Xms > Xmx.
Features¶
Fully Dockerized: Compose stack with a dedicated data volume (
jira_data) and a minimal overlay image to enable future plugins/config.Reverse-Proxy/HTTPS Ready: Preconfigured Atlassian Tomcat proxy envs so Jira respects external scheme/host/port.
OIDC SSO (Optional): Pre-templated vars for issuer, client, endpoints, scopes; compatible with Atlassian DC SSO/OIDC marketplace apps.
Central Database: PostgreSQL integration (local or central) with credentials sourced from role configuration.
JVM Auto-Tuning: Safe calculation of
JVM_MINIMUM_MEMORY/JVM_MAXIMUM_MEMORYwith caps to avoid VM init errors.Health Checks: Container healthcheck for quicker failure detection and stable automation.
CSP & Canonical Domains: Integrates with platform CSP and domain management.
Backup Ready: Persistent data under
{{ JIRA_STORAGE_PATH }}.
Further Resources¶
Product page: Atlassian Jira Software
Docker Hub (official image): atlassian/jira-software