Update gitea container for testing

This commit is contained in:
Luke Else 2023-08-07 18:55:47 +01:00
parent f66d90eef7
commit 85d6afd6b6
2 changed files with 4 additions and 8 deletions

View File

@ -30,13 +30,9 @@ services:
labels:
## Expose Gitea Through Trefik ##
- "traefik.enable=true" # <== Enable traefik to proxy this container
- "traefik.http.routers.gitea.rule=Host(`git.luke-else.co.uk`) || Host(`www.git.luke-else.co.uk`)"
- "traefik.http.routers.gitea.entrypoints=http"
- "traefik.http.routers.gitea.middlewares=redirect@file"
- "traefik.http.routers.gitea-secured.rule=Host(`git.luke-else.co.uk`) || Host(`www.git.luke-else.co.uk`)"
- "traefik.http.routers.gitea-secured.entrypoints=https"
- "traefik.http.routers.gitea-secured.tls.certresolver=mytlschallenge"
- "traefik.http.routers.gitea.rule=Host(`test.luke-else.co.uk`)"
- "traefik.http.routers.gitea.entrypoints=websecure"
- "traefik.http.routers.gitea.tls.certresolver=myresolver"
restart: unless-stopped
networks: