generated from coop-cloud/example
Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bd3b0971e4 | ||
|
|
2820843f6a | ||
|
|
59971c18be | ||
|
|
5da7b78c14 |
+1
-1
@@ -1,5 +1,5 @@
|
||||
TYPE=onlyoffice
|
||||
TIMEOUT=300
|
||||
#TIMEOUT=300
|
||||
ENABLE_AUTO_UPDATE=true
|
||||
LETS_ENCRYPT_ENV=production
|
||||
ENABLE_BACKUPS=true
|
||||
|
||||
+3
-3
@@ -40,7 +40,7 @@ services:
|
||||
failure_action: rollback
|
||||
order: start-first
|
||||
labels:
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
|
||||
- "traefik.enable=true"
|
||||
- "traefik.docker.network=proxy"
|
||||
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=80"
|
||||
@@ -49,7 +49,7 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-fwdproto"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-fwdproto.headers.customRequestHeaders.X-Forwarded-Proto=https"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.11.1+9.0.2"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.11.0+9.0.2"
|
||||
|
||||
rabbitmq:
|
||||
image: rabbitmq:4.1.1
|
||||
@@ -63,7 +63,7 @@ services:
|
||||
start_period: 1m
|
||||
|
||||
db:
|
||||
image: postgres:9.5
|
||||
image: postgres:9.6
|
||||
deploy:
|
||||
labels:
|
||||
backupbot.backup: "${ENABLE_BACKUPS:-true}"
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
This patch upgrade adds a fonts volume
|
||||
Custom fonts can be copied there as described in the readme
|
||||
Reference in New Issue
Block a user