#36 for Fireshare
This commit is contained in:
parent
bf6ff38a63
commit
da154beae5
@ -21,7 +21,8 @@ services:
|
|||||||
- $PROCESSED_DIR:/processed
|
- $PROCESSED_DIR:/processed
|
||||||
- $VIDEO_DIR:/videos
|
- $VIDEO_DIR:/videos
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- fireshare.env
|
||||||
|
- fireshare_secrets.env
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
web:
|
web:
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
ADMIN_USERNAME=joey
|
# Volumes
|
||||||
ADMIN_PASSWORD=KnMHiDcDcP4VD9rGbP
|
|
||||||
SECRET_KEY=exn2UBixdvu3hW2uTqRJMX
|
|
||||||
MINUTES_BETWEEN_VIDEO_SCANS=10
|
|
||||||
PUID=1000
|
|
||||||
PGID=1000
|
|
||||||
VIDEO_DIR=/mnt/nas/media/Video/Recordings/Fireshare
|
VIDEO_DIR=/mnt/nas/media/Video/Recordings/Fireshare
|
||||||
DATA_DIR=/home/joey/data/fireshare/db
|
DATA_DIR=/home/joey/data/fireshare/db
|
||||||
PROCESSED_DIR=/home/joey/data/fireshare/metadata
|
PROCESSED_DIR=/home/joey/data/fireshare/metadata
|
||||||
|
|
||||||
|
# Env
|
||||||
|
ADMIN_USERNAME=joey
|
||||||
|
MINUTES_BETWEEN_VIDEO_SCANS=10
|
||||||
|
PUID=1000
|
||||||
|
PGID=1000
|
2
server/config/fireshare/fireshare_secrets.env
Normal file
2
server/config/fireshare/fireshare_secrets.env
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ADMIN_PASSWORD=KnMHiDcDcP4VD9rGbP
|
||||||
|
SECRET_KEY=exn2UBixdvu3hW2uTqRJMX
|
Loading…
x
Reference in New Issue
Block a user