Corrects tubearchivist container fails to start. (#552)

Resolves meienberger/runtipi-appstore#551
This commit is contained in:
mcmeel 2023-05-19 09:50:51 -07:00 committed by GitHub
parent 7620c4783c
commit 6840f5e3b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 4 deletions

View File

@ -5,7 +5,7 @@
"exposable": true,
"port": 8120,
"id": "tubearchivist",
"tipi_version": 2,
"tipi_version": 3,
"version": "latest",
"supported_architectures": ["amd64", "arm64"],
"categories": ["media"],

View File

@ -11,8 +11,6 @@ services:
environment:
- ES_URL=http://tubearchivist-es:9200
- REDIS_HOST=tubearchivist-redis
- HOST_UID=${UID}
- HOST_GID=${GID}
- TA_USERNAME=${TA_USER}
- TA_PASSWORD=${TA_PASSWORD}
- TA_HOST=${APP_DOMAIN}
@ -54,6 +52,7 @@ services:
- "ELASTIC_PASSWORD=${ELASTIC_PASSWORD}"
- "discovery.type=single-node"
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- "path.repo=/usr/share/elasticsearch/data/snapshot"
networks:
- tipi_main_network
ulimits:

View File

@ -25,4 +25,14 @@ https://github.com/meienberger/runtipi-appstore/issues
| Root Folder | Container Folder |
|--------------------------------------------|------------------|
| /runtipi/app-data/tubearchivist/data/cache | /cache |
| /runtipi/media/data/youtube | /youtube |
| /runtipi/media/data/youtube | /youtube |
If your /runtipi/media folder is remote mounted with NFS, follow the app
customization instructions to set the environment variables for HOST_UID and
HOST_GID to the owner of your media folder.
Customization documentation:
https://www.runtipi.io/docs/guides/customize-app-config
TubeArchivist installation documentation:
https://github.com/tubearchivist/tubearchivist#installing