Update stack.production.yml
This commit is contained in:
parent
1fcedb0b4a
commit
b11ca8add0
|
@ -9,13 +9,6 @@ services:
|
||||||
command: ["headscale", "serve"]
|
command: ["headscale", "serve"]
|
||||||
networks:
|
networks:
|
||||||
- default
|
- 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:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
|
@ -53,7 +46,7 @@ services:
|
||||||
traefik.http.routers.production-headscale_nginx.entrypoints: "websecure"
|
traefik.http.routers.production-headscale_nginx.entrypoints: "websecure"
|
||||||
traefik.http.routers.production-headscale_nginx.tls.certresolver: "letsencryptresolver"
|
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.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"
|
traefik.docker.network: "traefik"
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
|
|
Loading…
Reference in New Issue