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

@@ -22,3 +22,9 @@
env:
USER_UID: "1000"
USER_GID: "1000"
labels:
traefik.enable: "true"
traefik.http.routers.git.rule: Host(`git.alexav.gg`)
traefik.http.routers.git.entrypoints: webSecure
traefik.http.routers.git.tls.certresolver: letsencrypt
traefik.http.services.git.loadbalancer.server.port: "3000"