gg
This commit is contained in:
parent
7f194b877e
commit
1641f2c31b
2 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@ services:
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
||||||
######## authelia ########
|
######## authelia ########
|
||||||
authelia:
|
authelia:
|
||||||
image: authelia/authelia:4.38.17
|
image: authelia/authelia:4.38.17
|
||||||
|
|
|
@ -26,7 +26,7 @@ services:
|
||||||
traefik.http.routers.wiki.entrypoints: entry_https
|
traefik.http.routers.wiki.entrypoints: entry_https
|
||||||
traefik.http.services.wiki.loadbalancer.server.port: 80
|
traefik.http.services.wiki.loadbalancer.server.port: 80
|
||||||
|
|
||||||
traefik.http.routers.wiki.middlewares: authelia@docker
|
traefik.http.routers.wiki.middlewares: authelia
|
||||||
|
|
||||||
######## Networks ########
|
######## Networks ########
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in a new issue