tuberachivist, yams
This commit is contained in:
parent
4f4bff2e4f
commit
67d56d9e6d
@ -6,17 +6,17 @@ services:
|
||||
restart: unless-stopped
|
||||
image: bbilly1/tubearchivist
|
||||
ports:
|
||||
- 8000:8000
|
||||
- 1011:8000
|
||||
volumes:
|
||||
- media:/youtube
|
||||
- /home/geezo/media/youtube:/youtube
|
||||
- cache:/cache
|
||||
environment:
|
||||
- ES_URL=http://archivist-es:9200 # needs protocol e.g. http and port
|
||||
- REDIS_HOST=archivist-redis # don't add protocol
|
||||
- HOST_UID=1000
|
||||
- HOST_GID=1000
|
||||
- TA_HOST=tubearchivist.local # set your host name
|
||||
- TA_USERNAME=tubearchivist # your initial TA credentials
|
||||
- TA_HOST=http://theocorp:1011 # set your host name
|
||||
- TA_USERNAME=geezo # your initial TA credentials
|
||||
- TA_PASSWORD=verysecret # your initial TA credentials
|
||||
- ELASTIC_PASSWORD=verysecret # set password for Elasticsearch
|
||||
- TZ=America/New_York # set your time zone
|
||||
@ -59,7 +59,6 @@ services:
|
||||
- "9200"
|
||||
|
||||
volumes:
|
||||
media:
|
||||
cache:
|
||||
redis:
|
||||
es:
|
||||
@ -10,7 +10,7 @@ services:
|
||||
- VERSION=docker
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${MEDIA_DIRECTORY}:/data
|
||||
- ${MEDIA_DIRECTORY}:/data:ro
|
||||
- ${INSTALL_DIRECTORY}/config/${MEDIA_SERVICE}:/config
|
||||
ports: # plex
|
||||
- 2000:8096 # plex
|
||||
|
||||
Loading…
Reference in New Issue
Block a user