Update stack.production.yml

This commit is contained in:
colin 2024-01-23 03:38:21 +00:00
parent 1fcedb0b4a
commit b11ca8add0
1 changed files with 1 additions and 8 deletions

View File

@ -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