Compare commits
2 Commits
2.9.1+v2.1
...
master
Author | SHA1 | Date | |
---|---|---|---|
91ca64b71e | |||
8be9f387e5 |
@ -147,3 +147,7 @@ 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
|
@ -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.1+v2.11.14"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.9.0+v2.11.14"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
|
||||
|
||||
|
6
compose.zulip.yml
Normal file
6
compose.zulip.yml
Normal file
@ -0,0 +1,6 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
app:
|
||||
deploy:
|
||||
labels:
|
||||
- "traefik.http.services.${STACK_NAME}.loadBalancer.serversTransport=zulip@file"
|
@ -1,5 +1,10 @@
|
||||
---
|
||||
http:
|
||||
{{ if eq (env "ZULIP_HTTPS_PROXY_ENABLED") "1" }}
|
||||
serversTransports:
|
||||
zulip:
|
||||
insecureSkipVerify: true
|
||||
{{ end }}
|
||||
middlewares:
|
||||
{{ if eq (env "KEYCLOAK_MIDDLEWARE_ENABLED") "1" }}
|
||||
keycloak:
|
||||
|
@ -1 +0,0 @@
|
||||
Reverts max log retention
|
Reference in New Issue
Block a user