paperless: broker: image: path: docker.io/library/redis version: 7 webserver: image: path: ghcr.io/paperless-ngx/paperless-ngx version: 2.12 ip: 127.0.0.1 port: 8000 environment: redis: redis://broker:6379 tika_enabled: 1 tika_endpoint: http://tika:9998 tika_gotenberg_endpoint: http://gotenberg:3000 # Adjust this key if you plan to make paperless available publicly. It should # be a very long sequence of random characters. You don't need to remember it. # secret_key=change-me disable_regular_login: True redirect_login_to_sso: True social_auto_signup: True account_email_verification: none admin_user: admin admin_password: change-me url: https://paperless.flipdot.space keycloak: client_secret: server_url: https:///realms//.well-known/openid-configuration gotenberg: image: path: docker.io/gotenberg/gotenberg version: 8.9.1 tika: image: path: docker.io/apache/tika version: 2.9.2.1