Remove kavita reverse proxy auth
This commit is contained in:
parent
b76c94af6f
commit
ef286306c4
|
@ -9,11 +9,11 @@ services:
|
|||
- /etc/localtime:/etc/localtime:ro
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
# Wait for https://github.com/Kareadita/Kavita/issues/301 to be resolved
|
||||
#user: "${PUID}:${PGID}"
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.kavita.rule=Host(`kavita.${TRAEFIK_DOMAIN}`)"
|
||||
- "traefik.http.routers.kavita.middlewares=common-auth@file"
|
||||
|
||||
volumes:
|
||||
configkavita:
|
||||
|
|
Loading…
Reference in New Issue