Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jira-postgres-https/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM atlassian/jira-software:9.2.0-jdk11
FROM atlassian/jira-software:10.3.8-jdk17

COPY ./server.xml /opt/atlassian/jira/conf
COPY ./server.xml.j2 /opt/atlassian/etc
Expand Down
4 changes: 2 additions & 2 deletions jira-postgres-https/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
jira_node_1:
depends_on:
- postgresql
image: moveworkforward/jira-software-https:9.2.0-jdk11
image: moveworkforward/jira-software-https:10.3.8-jdk17
networks:
- jiranet
volumes:
Expand All @@ -44,7 +44,7 @@ services:
- 'ATL_DB_TYPE=postgres72'
- 'JVM_MINIMUM_MEMORY=2048m'
- 'JVM_MAXIMUM_MEMORY=4096m'
- 'JVM_SUPPORT_RECOMMENDED_ARGS=${JAVA_CUSTOM_ARGS} -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:8000'
- 'JVM_SUPPORT_RECOMMENDED_ARGS=${JAVA_CUSTOM_ARGS} -Dupm.plugin.upload.enabled=true -DskipAllPrompts=true -Dmoveworkforward.dev.mode=true -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:8000'
- 'CLUSTERED=true'
- 'moveworkforward.dev.mode=true'
- 'JIRA_NODE_ID=node_1'
Expand Down