TraefikIntegration #5
@ -30,13 +30,9 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
## Expose Gitea Through Trefik ##
|
## Expose Gitea Through Trefik ##
|
||||||
- "traefik.enable=true" # <== Enable traefik to proxy this container
|
- "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.rule=Host(`test.luke-else.co.uk`)"
|
||||||
- "traefik.http.routers.gitea.entrypoints=http"
|
- "traefik.http.routers.gitea.entrypoints=websecure"
|
||||||
- "traefik.http.routers.gitea.middlewares=redirect@file"
|
- "traefik.http.routers.gitea.tls.certresolver=myresolver"
|
||||||
|
|
||||||
- "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"
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
@ -23,7 +23,7 @@ services:
|
|||||||
- "traefik.http.routers.traefik.rule=Host(`traefik.luke-else.co.uk`)"
|
- "traefik.http.routers.traefik.rule=Host(`traefik.luke-else.co.uk`)"
|
||||||
- "traefik.http.routers.traefik.entrypoints=websecure"
|
- "traefik.http.routers.traefik.entrypoints=websecure"
|
||||||
- "traefik.http.routers.traefik.service=api@internal"
|
- "traefik.http.routers.traefik.service=api@internal"
|
||||||
- "traefik.http.routers.traefik.tls.certresolver=myresolver"
|
- "traefik.http.routers.traefik.tls.certresolver=myresolver"
|
||||||
# - "traefik.http.routers.traefik.middlewares=traefik-auth"
|
# - "traefik.http.routers.traefik.middlewares=traefik-auth"
|
||||||
# - "traefik.http.middlewares.traefik-auth.basicauth.users=user:$$2y$$05$$6m8MvyzgJ4Kl7/3rL4X6VurX1huMas8a7oPB3xRfBjFbGCR8MUi7W"
|
# - "traefik.http.middlewares.traefik-auth.basicauth.users=user:$$2y$$05$$6m8MvyzgJ4Kl7/3rL4X6VurX1huMas8a7oPB3xRfBjFbGCR8MUi7W"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
Loading…
Reference in New Issue
Block a user