forked from coop-cloud/traefik
Compare commits
8 Commits
master
...
2.10.0+v2.
Author | SHA1 | Date | |
---|---|---|---|
22578d1e8e | |||
55ad530fb7 | |||
54fe45da2f | |||
e21dbc655a | |||
b9d825b5c5 | |||
74b3ee6716 | |||
14d5d79520 | |||
7185e6ab43 |
@ -147,7 +147,3 @@ COMPOSE_FILE="compose.yml"
|
||||
# NOTE(3wc): as of 2024-04-01 only the `icecast` recipe uses this
|
||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.web-alt.yml"
|
||||
#WEB_ALT_ENABLED=1
|
||||
|
||||
## Zulip
|
||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.zulip.yml"
|
||||
#ZULIP_HTTPS_PROXY_ENABLED=1
|
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: "traefik:v2.11.14"
|
||||
image: "traefik:v2.11.22"
|
||||
# Note(decentral1se): *please do not* add any additional ports here.
|
||||
# Doing so could break new installs with port conflicts. Please use
|
||||
# the usual `compose.$app.yml` approach for any additional ports
|
||||
@ -47,7 +47,7 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "traefik.http.routers.${STACK_NAME}.service=api@internal"
|
||||
- "traefik.http.routers.${STACK_NAME}.middlewares=security@file"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.9.0+v2.11.14"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.10.0+v2.11.22"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
|
||||
|
||||
|
@ -1,6 +0,0 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
app:
|
||||
deploy:
|
||||
labels:
|
||||
- "traefik.http.services.${STACK_NAME}.loadBalancer.serversTransport=zulip@file"
|
@ -1,10 +1,5 @@
|
||||
---
|
||||
http:
|
||||
{{ if eq (env "ZULIP_HTTPS_PROXY_ENABLED") "1" }}
|
||||
serversTransports:
|
||||
zulip:
|
||||
insecureSkipVerify: true
|
||||
{{ end }}
|
||||
middlewares:
|
||||
{{ if eq (env "KEYCLOAK_MIDDLEWARE_ENABLED") "1" }}
|
||||
keycloak:
|
||||
|
1
release/2.9.1+v2.11.14
Normal file
1
release/2.9.1+v2.11.14
Normal file
@ -0,0 +1 @@
|
||||
Reverts max log retention
|
Reference in New Issue
Block a user