update nas target, documentation
This commit is contained in:
10
config/env/debug
vendored
Normal file
10
config/env/debug
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# Runs in a debugging mode, does not launch anything at all but starts a bash process
|
||||
|
||||
export CONTAINER_DATA=/mnt/media/@Bulk/COSS/Downloads/coss_archiving
|
||||
export UNAME=remy
|
||||
export U_ID=1000
|
||||
|
||||
export DEBUG=true
|
||||
export HEADFULL=true
|
||||
export CODE=./
|
||||
export ENTRYPOINT=/bin/bash
|
7
config/env/production
vendored
Normal file
7
config/env/production
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# Runs on the main slack channel with the full worker setup. If nothing funky has occured, reducedfetch is a speedup
|
||||
|
||||
CONTAINER_DATA=/mnt/media/@Bulk/COSS/Downloads/coss_archiving
|
||||
|
||||
export UNAME=remy
|
||||
export U_ID=1000
|
||||
export DEBUG=false
|
Reference in New Issue
Block a user