Add build option to compose file

This commit is contained in:
Daniel Wiesenberg 2020-08-02 16:29:50 +02:00
parent 7456caeefd
commit 31c725660f
3 changed files with 24 additions and 4 deletions

View file

@ -5,7 +5,7 @@ services:
homeserver:
labels:
- "traefik.enable=true"
- "traefik.docker.network=proxy"
- "traefik.docker.network=proxy" # Change this to the name of your Traefik docker proxy network
- "traefik.http.routers.to-conduit.rule=Host(`<SUBDOMAIN>.<DOMAIN>`)" # Change to the address on which Conduit is hosted
- "traefik.http.routers.to-conduit.tls=true"
@ -14,7 +14,7 @@ services:
element-web:
labels:
- "traefik.enable=true"
- "traefik.docker.network=proxy"
- "traefik.docker.network=proxy" # Change this to the name of your Traefik docker proxy network
- "traefik.http.routers.to-element-web.rule=Host(`<SUBDOMAIN>.<DOMAIN>`)" # Change to the address on which Element-Web is hosted
- "traefik.http.routers.to-element-web.tls=true"