Corrects tubearchivist container fails to start. (#552)
Resolves meienberger/runtipi-appstore#551
This commit is contained in:
parent
7620c4783c
commit
6840f5e3b7
|
@ -5,7 +5,7 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8120,
|
"port": 8120,
|
||||||
"id": "tubearchivist",
|
"id": "tubearchivist",
|
||||||
"tipi_version": 2,
|
"tipi_version": 3,
|
||||||
"version": "latest",
|
"version": "latest",
|
||||||
"supported_architectures": ["amd64", "arm64"],
|
"supported_architectures": ["amd64", "arm64"],
|
||||||
"categories": ["media"],
|
"categories": ["media"],
|
||||||
|
|
|
@ -11,8 +11,6 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- ES_URL=http://tubearchivist-es:9200
|
- ES_URL=http://tubearchivist-es:9200
|
||||||
- REDIS_HOST=tubearchivist-redis
|
- REDIS_HOST=tubearchivist-redis
|
||||||
- HOST_UID=${UID}
|
|
||||||
- HOST_GID=${GID}
|
|
||||||
- TA_USERNAME=${TA_USER}
|
- TA_USERNAME=${TA_USER}
|
||||||
- TA_PASSWORD=${TA_PASSWORD}
|
- TA_PASSWORD=${TA_PASSWORD}
|
||||||
- TA_HOST=${APP_DOMAIN}
|
- TA_HOST=${APP_DOMAIN}
|
||||||
|
@ -54,6 +52,7 @@ services:
|
||||||
- "ELASTIC_PASSWORD=${ELASTIC_PASSWORD}"
|
- "ELASTIC_PASSWORD=${ELASTIC_PASSWORD}"
|
||||||
- "discovery.type=single-node"
|
- "discovery.type=single-node"
|
||||||
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
|
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
|
||||||
|
- "path.repo=/usr/share/elasticsearch/data/snapshot"
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
ulimits:
|
ulimits:
|
||||||
|
|
|
@ -25,4 +25,14 @@ https://github.com/meienberger/runtipi-appstore/issues
|
||||||
| Root Folder | Container Folder |
|
| Root Folder | Container Folder |
|
||||||
|--------------------------------------------|------------------|
|
|--------------------------------------------|------------------|
|
||||||
| /runtipi/app-data/tubearchivist/data/cache | /cache |
|
| /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
|
Loading…
Reference in New Issue
Block a user