mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 16:35:27 +02:00
Update Zulip reverse proxy settings
This commit is contained in:
@@ -65,7 +65,7 @@ services:
|
||||
- zulipRedisData:/data
|
||||
|
||||
zulip:
|
||||
image: ghcr.io/zulip/zulip-server:12.0-1
|
||||
image: ghcr.io/zulip/zulip-server:12.1-0
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- database
|
||||
@@ -85,8 +85,8 @@ services:
|
||||
SETTING_MEMCACHED_LOCATION: memcached:11211
|
||||
SETTING_RABBITMQ_HOST: rabbitmq
|
||||
SETTING_REDIS_HOST: redis
|
||||
DISABLE_HTTPS: "True"
|
||||
SSL_CERTIFICATE_GENERATION: self-signed
|
||||
CONFIG_application_server__http_only: "true"
|
||||
TRUST_GATEWAY_IP: ${ZULIP_TRUST_GATEWAY_IP}
|
||||
volumes:
|
||||
- zulipData:/data
|
||||
ulimits:
|
||||
@@ -110,4 +110,4 @@ secrets:
|
||||
zulip__redis_password:
|
||||
environment: ZULIP_REDIS_PASSWORD
|
||||
zulip__secret_key:
|
||||
environment: ZULIP_SECRET_KEY
|
||||
environment: ZULIP_SECRET_KEY
|
||||
|
||||
@@ -11,10 +11,11 @@ env = [
|
||||
"ZULIP_RABBITMQ_PASSWORD=${password:32}",
|
||||
"ZULIP_REDIS_PASSWORD=${password:32}",
|
||||
"ZULIP_SECRET_KEY=${password:64}",
|
||||
"ZULIP_TRUST_GATEWAY_IP=True",
|
||||
]
|
||||
mounts = []
|
||||
|
||||
[[config.domains]]
|
||||
serviceName = "zulip"
|
||||
port = 80
|
||||
host = "${main_domain}"
|
||||
host = "${main_domain}"
|
||||
|
||||
Reference in New Issue
Block a user