Provide example for using a proxy as frontend

Related to #51
This commit is contained in:
Jan Kiesewetter 2017-10-19 16:47:36 +02:00
parent c928b958f4
commit ea64b9d37c

View File

@ -0,0 +1,14 @@
version: '3.3'
services:
zammad-nginx:
environment:
- VIRTUAL_HOST=helpdesk.domain.tld
networks:
- default
- proxy_2_zammad
networks:
proxy_2_zammad:
external:
name: proxy_2_apps