We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c679b5 commit 1d731d2Copy full SHA for 1d731d2
2 files changed
stacks/cloud.yml
@@ -2,7 +2,7 @@ version: "3"
2
services:
3
4
app:
5
- image: nextcloud:12.0.5
+ image: nextcloud:13.0.0
6
hostname: cloud.ci.net
7
environment:
8
TZ: ${TZ:-US/Pacific}
stacks/jira.yml
@@ -2,8 +2,12 @@ version: "3"
hostname: jira
- image: cptactionhank/atlassian-jira:7.6.3
+ image: cptactionhank/atlassian-jira:7.7.1
+ CATALINA_OPTS: -Xms512m -Xmx1280m
+ X_PROXY_NAME: jira.${DOMAIN}
9
+ X_PROXY_PORT: 443
10
+ X_PROXY_SCHEME: https
11
12
ports:
13
- ${PORT_JIRA:-15080}:8080
0 commit comments