mirror of
				https://github.com/zulip/docker-zulip.git
				synced 2025-11-04 05:53:19 +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_SSL: "False"
 | 
				
			||||||
      SETTING_EMAIL_USE_TLS: "True"
 | 
					      SETTING_EMAIL_USE_TLS: "True"
 | 
				
			||||||
      ZULIP_AUTH_BACKENDS: "EmailAuthBackend"
 | 
					      ZULIP_AUTH_BACKENDS: "EmailAuthBackend"
 | 
				
			||||||
 | 
					      # Uncomment this when configuring the mobile push notifications service
 | 
				
			||||||
 | 
					      # SETTING_PUSH_NOTIFICATION_BOUNCER_URL: 'https://push.zulipchat.com'
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - "/opt/docker/zulip/zulip:/data:rw"
 | 
					      - "/opt/docker/zulip/zulip:/data:rw"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -98,6 +98,9 @@ spec:
 | 
				
			|||||||
          value: "zulip"
 | 
					          value: "zulip"
 | 
				
			||||||
        - name: SSL_CERTIFICATE_GENERATION
 | 
					        - name: SSL_CERTIFICATE_GENERATION
 | 
				
			||||||
          value: "self-signed"
 | 
					          value: "self-signed"
 | 
				
			||||||
 | 
					        # Uncomment this when configuring the mobile push notifications service
 | 
				
			||||||
 | 
					        # - name: PUSH_NOTIFICATION_BOUNCER_URL
 | 
				
			||||||
 | 
					        # value: 'https://push.zulipchat.com'
 | 
				
			||||||
        ports:
 | 
					        ports:
 | 
				
			||||||
        - containerPort: 80
 | 
					        - containerPort: 80
 | 
				
			||||||
          name: http
 | 
					          name: http
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user