Setup for local Docker testing

This commit is contained in:
baflo 2023-12-22 17:15:42 +01:00 committed by baflo
parent 7570945cf0
commit f836750918
2 changed files with 4 additions and 1 deletions

View File

@ -40,3 +40,5 @@
# Set if accessing paperless via a domain subpath e.g. https://domain.com/PATHPREFIX and using a reverse-proxy like traefik or nginx
#PAPERLESS_FORCE_SCRIPT_NAME=/PATHPREFIX
#PAPERLESS_STATIC_URL=/PATHPREFIX/static/ # trailing slash required
PAPERLESS_ENABLE_HTTP_REMOTE_USER=true

View File

@ -32,7 +32,8 @@ services:
- redisdata:/data
webserver:
image: ghcr.io/paperless-ngx/paperless-ngx:latest
build:
context: ../..
restart: unless-stopped
depends_on:
- broker