Add build option to compose file
This commit is contained in:
parent
7456caeefd
commit
31c725660f
3 changed files with 24 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue