mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-23 20:11:12 +00:00
Update docker-compose.yml
This commit is contained in:
parent
5794c84c82
commit
2e89d44247
|
@ -8,10 +8,18 @@ services:
|
|||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
- REDIS_URL= #optional
|
||||
#- PAPERLESS_URL=https://docs.example.com # uncomment and adjust if behind reverse proxy
|
||||
#- REDIS_URL= #optional
|
||||
volumes:
|
||||
- /mnt/docker-volumes/paperless-ngx/config:/config
|
||||
- /mnt/docker-volumes/paperless-ngx/data:/data
|
||||
ports:
|
||||
- 8000:8000
|
||||
restart: unless-stopped
|
||||
#labels:
|
||||
# - traefik.enable=true
|
||||
# - traefik.http.routers.paperless-ngx.rule=Host(`docs.example.com`)
|
||||
# - traefik.http.services.paperless-ngx.loadbalancer.server.port=8000
|
||||
# - traefik.docker.network=proxy
|
||||
# # Part for optional traefik middlewares
|
||||
# - traefik.http.routers.paperless-ngx.middlewares=local-ipwhitelist@file
|
||||
|
|
Loading…
Reference in New Issue
Block a user