TubeArchivist Stack: add base for this stack
This commit is contained in:
parent
305a41d8da
commit
9377f21977
3 changed files with 83 additions and 0 deletions
16
Docker/Docker-Compose/TubeArchivist/.env.sample
Normal file
16
Docker/Docker-Compose/TubeArchivist/.env.sample
Normal file
|
@ -0,0 +1,16 @@
|
|||
MAIN_PORT= # The Main port of the service, default 8000
|
||||
|
||||
PUID= # The host UID, default 1000
|
||||
PGID= # The host GID, default 1000
|
||||
|
||||
TZ= # The timezone of the service, e.g. America/Los_Angeles, default Europe/Stockholm
|
||||
|
||||
MEDIA_PATH= # The path to your media files, default ./Media
|
||||
CONFIG_PATH= # The path to your config files, default ./Config
|
||||
|
||||
TA_HOST= # Set your host name with protocol and port, e.g. http://192.168.1.40, default http://tube-arc.lan
|
||||
|
||||
TA_USERNAME= # Your initial TA credentials, default tubearchivist
|
||||
TA_PASSWORD= # Your initial TA credentials, default verysecret
|
||||
|
||||
ES_PASSWORD= # The password for Elasticsearch, default verysecret
|
Loading…
Add table
Add a link
Reference in a new issue