Browse Source

traefik names

merge-requests/64/head
Steven Foerster 5 years ago
parent
commit
1c1adc391a
  1. 16
      extra/guacamole.yml

16
extra/guacamole.yml

@ -18,14 +18,14 @@ services:
container_name: mistborn_production_guacamole container_name: mistborn_production_guacamole
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.onlyoffice-http.rule=Host(`guac.mistborn`)" - "traefik.http.routers.guacamole-http.rule=Host(`guac.mistborn`)"
- "traefik.http.routers.onlyoffice-http.entrypoints=web" - "traefik.http.routers.guacamole-http.entrypoints=web"
- "traefik.http.routers.onlyoffice-http.middlewares=mistborn_auth@file" - "traefik.http.routers.guacamole-http.middlewares=mistborn_auth@file"
- "traefik.http.routers.onlyoffice-https.rule=Host(`guac.mistborn`)" - "traefik.http.routers.guacamole-https.rule=Host(`guac.mistborn`)"
- "traefik.http.routers.onlyoffice-https.entrypoints=websecure" - "traefik.http.routers.guacamole-https.entrypoints=websecure"
- "traefik.http.routers.onlyoffice-https.middlewares=mistborn_auth@file" - "traefik.http.routers.guacamole-https.middlewares=mistborn_auth@file"
- "traefik.http.routers.onlyoffice-https.tls.certresolver=basic" - "traefik.http.routers.guacamole-https.tls.certresolver=basic"
- "traefik.http.services.onlyoffice-service.loadbalancer.server.port=8080" - "traefik.http.services.guacamole-service.loadbalancer.server.port=8080"
depends_on: depends_on:
- guacd - guacd
environment: environment:

Loading…
Cancel
Save