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

@@ -36,3 +36,9 @@
env:
TZ: "{{ TZ }}"
TOKEN: "{{ API_ADMIN_KEY }}"
labels:
traefik.enable: "true"
traefik.http.routers.storage.rule: Host(`storage.alexav.gg`)
traefik.http.routers.storage.entrypoints: webSecure
traefik.http.routers.storage.tls.certresolver: letsencrypt
traefik.http.services.storage.loadbalancer.server.port: "3001"