migrate jackson to traefik
Some checks failed
Deploy Containers / Prepare (push) Failing after 11s

This commit is contained in:
2025-08-03 03:17:48 -04:00
parent b4640b8764
commit 32e50b2307
8 changed files with 281 additions and 300 deletions

View File

@@ -76,3 +76,9 @@
CLICKHOUSE_DATABASE_URL: "http://metrics_clickhouse:8123/plausible_events_db"
BASE_URL: "{{ PLAUSIBLE_BASE_URL }}"
SECRET_KEY_BASE: "{{ PLAUSIBLE_SECRET_KEY_BASE }}"
labels:
traefik.enable: "true"
traefik.http.routers.metrics.rule: Host(`metrics.alexav.gg`)
traefik.http.routers.metrics.entrypoints: webSecure
traefik.http.routers.metrics.tls.certresolver: letsencrypt
traefik.http.services.metrics.loadbalancer.server.port: "8000"