Update docker-compose.yml
added environment variables
This commit is contained in:
+5
-2
@@ -12,12 +12,15 @@ services:
|
||||
# Pulling the security rules dynamically from our file provider setup
|
||||
- "traefik.http.routers.nd.middlewares=geoblock-policy@file,crowdsec-policy@file,secure-headers@file"
|
||||
- "traefik.http.services.nd.loadbalancer.server.port=4533"
|
||||
user: 1000:1000 # should be owner of volumes
|
||||
# user: 1000:1000 # should be owner of volumes
|
||||
ports:
|
||||
- "4533:4533"
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
# Optional: put your config options customization here. Examples:
|
||||
ND_SCANSCHEDULE: "@every 1h"
|
||||
ND_ENABLEDOWNLOADS: "true"
|
||||
ND_ENABLELOGREDACTING: "true"
|
||||
ND_TRANSCODINGCACHESIZE: "1GB"
|
||||
# ND_LOGLEVEL: debug
|
||||
volumes:
|
||||
- "/srv/docker/nd/data:/data"
|
||||
|
||||
Reference in New Issue
Block a user