disable serve

This commit is contained in:
2025-01-15 23:34:55 -06:00
parent 5b38499744
commit 0fc4994ade
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ services:
- TS_STATE_DIR=/var/lib/tailscale
- TS_ENABLE_METRICS=true
- TS_HOSTNAME=traefik-ps10rp
- TS_SERVE_CONFIG=/config/serve.json
# - TS_SERVE_CONFIG=/config/serve.json
network_mode: service:traefik
restart: always
volumes:
@@ -40,7 +40,7 @@ services:
- "--entryPoints.web-secure.http.tls.domains[0].main=*.lebens-home.net"
- "--entryPoints.web-secure.http.tls.domains[0].sans[0]=lebens-home.net"
- "--entryPoints.traefik.address=:8080"
- "--entryPoints.metrics.address=:8082"
- "--entryPoints.metrics.address=:9100"
- "--certificatesresolvers.cloudflare.acme.dnschallenge=true"
- "--certificatesresolvers.cloudflare.acme.dnschallenge.provider=cloudflare"
- "--certificatesresolvers.cloudflare.acme.dnschallenge.delaybeforecheck=10"

View File

@@ -11,7 +11,7 @@
"Proxy": "http://127.0.0.1:8080"
},
"/metrics": {
"Proxy": "http://127.0.0.1:8082"
"Proxy": "http://127.0.0.1:9100"
}
}
}