working on matrix setup

This commit is contained in:
venus
2026-06-06 23:08:36 -05:00
parent 810a063461
commit 1dd9756e6f
4 changed files with 43 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ services:
- "traefik.enable=true"
- "traefik.http.routers.gitea.rule=Host(`git.riverrooks.dev`)"
- "traefik.http.routers.gitea.entrypoints=websecure"
- "traefik.http.routers.gitea.tls.certresolver=myresolver"
- "traefik.http.routers.gitea.tls.certresolver=desecresolver"
# Explicitly tell Traefik to send the web traffic to internal port 3000
- "traefik.http.services.gitea.loadbalancer.server.port=3000"
# Tell Traefik to exclusively use the 'proxy' network to route traffic