Setup for local Docker testing
This commit is contained in:
parent
7570945cf0
commit
f836750918
@ -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
|
@ -32,7 +32,8 @@ services:
|
||||
- redisdata:/data
|
||||
|
||||
webserver:
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:latest
|
||||
build:
|
||||
context: ../..
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- broker
|
||||
|
Loading…
x
Reference in New Issue
Block a user