test gitea docker

This commit is contained in:
2026-04-26 11:18:48 -05:00
parent a8b2621469
commit a4b3430a8c

View File

@@ -159,7 +159,7 @@
labels = {
"traefik.enable" = "true";
"traefik.http.routers.${name}.entrypoints" = "localsecure";
"traefik.http.routers.${name}.entrypoints" = "websecure";
"traefik.http.routers.${name}.rule" = "Host(`${subdomain}.esotericbytes.com`)";
"traefik.http.routers.${name}.service" = "${name}";
"traefik.http.routers.${name}.tls.certResolver" = "cloudflare";