tuberachivist, yams

This commit is contained in:
geezo 2025-01-20 16:55:51 +00:00
parent 4f4bff2e4f
commit 67d56d9e6d
2 changed files with 5 additions and 6 deletions

View File

@ -6,17 +6,17 @@ services:
restart: unless-stopped restart: unless-stopped
image: bbilly1/tubearchivist image: bbilly1/tubearchivist
ports: ports:
- 8000:8000 - 1011:8000
volumes: volumes:
- media:/youtube - /home/geezo/media/youtube:/youtube
- cache:/cache - cache:/cache
environment: environment:
- ES_URL=http://archivist-es:9200 # needs protocol e.g. http and port - ES_URL=http://archivist-es:9200 # needs protocol e.g. http and port
- REDIS_HOST=archivist-redis # don't add protocol - REDIS_HOST=archivist-redis # don't add protocol
- HOST_UID=1000 - HOST_UID=1000
- HOST_GID=1000 - HOST_GID=1000
- TA_HOST=tubearchivist.local # set your host name - TA_HOST=http://theocorp:1011 # set your host name
- TA_USERNAME=tubearchivist # your initial TA credentials - TA_USERNAME=geezo # your initial TA credentials
- TA_PASSWORD=verysecret # your initial TA credentials - TA_PASSWORD=verysecret # your initial TA credentials
- ELASTIC_PASSWORD=verysecret # set password for Elasticsearch - ELASTIC_PASSWORD=verysecret # set password for Elasticsearch
- TZ=America/New_York # set your time zone - TZ=America/New_York # set your time zone
@ -59,7 +59,6 @@ services:
- "9200" - "9200"
volumes: volumes:
media:
cache: cache:
redis: redis:
es: es:

View File

@ -10,7 +10,7 @@ services:
- VERSION=docker - VERSION=docker
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- ${MEDIA_DIRECTORY}:/data - ${MEDIA_DIRECTORY}:/data:ro
- ${INSTALL_DIRECTORY}/config/${MEDIA_SERVICE}:/config - ${INSTALL_DIRECTORY}/config/${MEDIA_SERVICE}:/config
ports: # plex ports: # plex
- 2000:8096 # plex - 2000:8096 # plex