Skip to content

Commit 1d731d2

Browse files
committed
SYS-317 nextcloud 13.0.0 and jira 7.7.1 upgrades
1 parent 6c679b5 commit 1d731d2

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

stacks/cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22
services:
33

44
app:
5-
image: nextcloud:12.0.5
5+
image: nextcloud:13.0.0
66
hostname: cloud.ci.net
77
environment:
88
TZ: ${TZ:-US/Pacific}

stacks/jira.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ version: "3"
22
services:
33
app:
44
hostname: jira
5-
image: cptactionhank/atlassian-jira:7.6.3
5+
image: cptactionhank/atlassian-jira:7.7.1
66
environment:
7+
CATALINA_OPTS: -Xms512m -Xmx1280m
8+
X_PROXY_NAME: jira.${DOMAIN}
9+
X_PROXY_PORT: 443
10+
X_PROXY_SCHEME: https
711
TZ: ${TZ:-US/Pacific}
812
ports:
913
- ${PORT_JIRA:-15080}:8080

0 commit comments

Comments
 (0)