Add arm64 support to tubearchivist. (#1197)
* Add arm64 support to tubearchivist. * Fix version error. * Update docker-compose.yml
This commit is contained in:
parent
952454efda
commit
af963c80d7
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8120,
|
"port": 8120,
|
||||||
"id": "tubearchivist",
|
"id": "tubearchivist",
|
||||||
"tipi_version": 4,
|
"tipi_version": 5,
|
||||||
"version": "latest",
|
"version": "v0.4.1",
|
||||||
"supported_architectures": [
|
"supported_architectures": [
|
||||||
"amd64",
|
"amd64",
|
||||||
"arm64"
|
"arm64"
|
||||||
|
|
|
@ -4,7 +4,11 @@ services:
|
||||||
tubearchivist:
|
tubearchivist:
|
||||||
container_name: tubearchivist
|
container_name: tubearchivist
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: bbilly1/tubearchivist:latest
|
image: bbilly1/tubearchivist:v0.4.1
|
||||||
|
ports:
|
||||||
|
- ${APP_PORT}:8000
|
||||||
|
dns:
|
||||||
|
- ${DNS_IP}
|
||||||
volumes:
|
volumes:
|
||||||
- ${ROOT_FOLDER_HOST}/media/data/youtube:/youtube
|
- ${ROOT_FOLDER_HOST}/media/data/youtube:/youtube
|
||||||
- ${APP_DATA_DIR}/data/cache:/cache
|
- ${APP_DATA_DIR}/data/cache:/cache
|
||||||
|
@ -20,10 +24,6 @@ services:
|
||||||
- tubearchivist-redis
|
- tubearchivist-redis
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
dns:
|
|
||||||
- ${DNS_IP}
|
|
||||||
ports:
|
|
||||||
- ${APP_PORT}:8000
|
|
||||||
labels:
|
labels:
|
||||||
# Main
|
# Main
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
|
@ -62,7 +62,7 @@ services:
|
||||||
- tubearchivist-es
|
- tubearchivist-es
|
||||||
|
|
||||||
tubearchivist-es:
|
tubearchivist-es:
|
||||||
image: bbilly1/tubearchivist-es:latest
|
image: elasticsearch:8.9.0
|
||||||
container_name: tubearchivist-es
|
container_name: tubearchivist-es
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user