Kinda fix miniflux oauth
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
de88cc995b
commit
041f685bb9
@ -37,7 +37,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
traefik.enable: 'true'
|
traefik.enable: 'true'
|
||||||
traefik.http.routers.oauth.entrypoints: websecure
|
traefik.http.routers.oauth.entrypoints: websecure
|
||||||
traefik.http.routers.oauth.rule: Host(`traefik-fa.tobiasmanske.de`) || PathPrefix(`/oauth2`)
|
traefik.http.routers.oauth.rule: Host(`traefik-fa.tobiasmanske.de`) || (PathPrefix(`/oauth2`) && !Host(`rss.tobiasmanske.de`))
|
||||||
traefik.http.services.oauth.loadbalancer.server.port: '4180'
|
traefik.http.services.oauth.loadbalancer.server.port: '4180'
|
||||||
prometheus-scrape.enabled: "true"
|
prometheus-scrape.enabled: "true"
|
||||||
prometheus-scrape.port: "9091"
|
prometheus-scrape.port: "9091"
|
||||||
|
Loading…
Reference in New Issue
Block a user