diff --git a/stack.production.yml b/stack.production.yml index 797daab..49def20 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -9,13 +9,6 @@ services: command: ["headscale", "serve"] networks: - default - environment: - SERVER_URL: "https://headscale.nixc.us" - LISTEN_ADDR: "0.0.0.0:8080" - METRICS_LISTEN_ADDR: "0.0.0.0:9090" - GRPC_LISTEN_ADDR: "0.0.0.0:50443" - DB_TYPE: "sqlite3" - DB_PATH: "/etc/headscale/db.sqlite" deploy: placement: constraints: @@ -53,7 +46,7 @@ services: traefik.http.routers.production-headscale_nginx.entrypoints: "websecure" traefik.http.routers.production-headscale_nginx.tls.certresolver: "letsencryptresolver" traefik.http.routers.production-headscale_nginx.service: "production-headscale_nginx" - traefik.http.routers.production-headscale_nginx.middlewares: "authelia_authelia@docker" + # traefik.http.routers.production-headscale_nginx.middlewares: "authelia_authelia@docker" traefik.docker.network: "traefik" networks: - traefik