changed to use configuration files
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
services:
|
||||
server:
|
||||
build: ./core
|
||||
image: core
|
||||
depends_on:
|
||||
- mysql
|
||||
volumes:
|
||||
- attachments:/var/lib/kopano/attachments
|
||||
- ./core/entrypoint.sh:/entrypoint.sh
|
||||
- ./etc-zntrl/kopano:/etc/kopano:ro
|
||||
command: /usr/sbin/kopano-server
|
||||
mysql:
|
||||
image: mysql:5.7
|
||||
@@ -48,7 +49,7 @@ volumes:
|
||||
# image: webapp
|
||||
# labels:
|
||||
# - traefik.enable=true
|
||||
# - traefik.http.routers.webapp.rule=Host(`$MAIL_DOMAIN`) && Path(`/webapp`)
|
||||
# - traefik.http.routers.webapp.rule=Host(`$MAIL_DOMAIN`) && PathPrefix(`/webapp`)
|
||||
# - traefik.http.routers.webapp.tls=true
|
||||
# - traefik.http.routers.webapp.tls.certResolver=default
|
||||
# depends_on:
|
||||
@@ -60,7 +61,7 @@ volumes:
|
||||
# image: z-push
|
||||
# labels:
|
||||
# - traefik.enable=true
|
||||
# - traefik.http.routers.webapp.rule=Host(`$MAIL_DOMAIN`) && Path(`/Active-Sync-...`)
|
||||
# - traefik.http.routers.webapp.rule=Host(`$MAIL_DOMAIN`) && PathPrefix(`/Active-Sync-...`)
|
||||
# - traefik.http.routers.webapp.tls=true
|
||||
# - traefik.http.routers.webapp.tls.certResolver=default
|
||||
# volumes:
|
||||
|
||||
Reference in New Issue
Block a user