add oidc auth to paperless

This commit is contained in:
2024-12-09 18:33:59 -07:00
parent 883e907a2f
commit 9388bb5037
2 changed files with 7 additions and 1 deletions

View File

@ -18,6 +18,8 @@ services:
- ./export:/usr/src/paperless/export
- ./consume:/usr/src/paperless/consume
env_file: docker-compose.env
extra_hosts:
- 'auth.thesatelliteoflove.com:172.20.0.5'
environment:
PAPERLESS_REDIS: redis://broker:6379
PAPERLESS_TIKA_ENABLED: 1