From 1c1adc391a4b8d2bfd5aa46b72e7eb267a568655 Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Thu, 25 Feb 2021 23:05:02 -0500 Subject: [PATCH] traefik names --- extra/guacamole.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/extra/guacamole.yml b/extra/guacamole.yml index 8187ab0..283cedc 100644 --- a/extra/guacamole.yml +++ b/extra/guacamole.yml @@ -18,14 +18,14 @@ services: container_name: mistborn_production_guacamole labels: - "traefik.enable=true" - - "traefik.http.routers.onlyoffice-http.rule=Host(`guac.mistborn`)" - - "traefik.http.routers.onlyoffice-http.entrypoints=web" - - "traefik.http.routers.onlyoffice-http.middlewares=mistborn_auth@file" - - "traefik.http.routers.onlyoffice-https.rule=Host(`guac.mistborn`)" - - "traefik.http.routers.onlyoffice-https.entrypoints=websecure" - - "traefik.http.routers.onlyoffice-https.middlewares=mistborn_auth@file" - - "traefik.http.routers.onlyoffice-https.tls.certresolver=basic" - - "traefik.http.services.onlyoffice-service.loadbalancer.server.port=8080" + - "traefik.http.routers.guacamole-http.rule=Host(`guac.mistborn`)" + - "traefik.http.routers.guacamole-http.entrypoints=web" + - "traefik.http.routers.guacamole-http.middlewares=mistborn_auth@file" + - "traefik.http.routers.guacamole-https.rule=Host(`guac.mistborn`)" + - "traefik.http.routers.guacamole-https.entrypoints=websecure" + - "traefik.http.routers.guacamole-https.middlewares=mistborn_auth@file" + - "traefik.http.routers.guacamole-https.tls.certresolver=basic" + - "traefik.http.services.guacamole-service.loadbalancer.server.port=8080" depends_on: - guacd environment: