mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-02 04:53:38 +00:00
Document how to enable the push notifications service.
This commit is contained in:
@@ -50,5 +50,7 @@ services:
|
||||
SETTING_EMAIL_USE_SSL: "False"
|
||||
SETTING_EMAIL_USE_TLS: "True"
|
||||
ZULIP_AUTH_BACKENDS: "EmailAuthBackend"
|
||||
# Uncomment this when configuring the mobile push notifications service
|
||||
# SETTING_PUSH_NOTIFICATION_BOUNCER_URL: 'https://push.zulipchat.com'
|
||||
volumes:
|
||||
- "/opt/docker/zulip/zulip:/data:rw"
|
||||
|
||||
@@ -98,6 +98,9 @@ spec:
|
||||
value: "zulip"
|
||||
- name: SSL_CERTIFICATE_GENERATION
|
||||
value: "self-signed"
|
||||
# Uncomment this when configuring the mobile push notifications service
|
||||
# - name: PUSH_NOTIFICATION_BOUNCER_URL
|
||||
# value: 'https://push.zulipchat.com'
|
||||
ports:
|
||||
- containerPort: 80
|
||||
name: http
|
||||
|
||||
Reference in New Issue
Block a user