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,
|
||||
"port": 8120,
|
||||
"id": "tubearchivist",
|
||||
"tipi_version": 4,
|
||||
"version": "latest",
|
||||
"tipi_version": 5,
|
||||
"version": "v0.4.1",
|
||||
"supported_architectures": [
|
||||
"amd64",
|
||||
"arm64"
|
||||
|
|
|
@ -4,7 +4,11 @@ services:
|
|||
tubearchivist:
|
||||
container_name: tubearchivist
|
||||
restart: unless-stopped
|
||||
image: bbilly1/tubearchivist:latest
|
||||
image: bbilly1/tubearchivist:v0.4.1
|
||||
ports:
|
||||
- ${APP_PORT}:8000
|
||||
dns:
|
||||
- ${DNS_IP}
|
||||
volumes:
|
||||
- ${ROOT_FOLDER_HOST}/media/data/youtube:/youtube
|
||||
- ${APP_DATA_DIR}/data/cache:/cache
|
||||
|
@ -20,10 +24,6 @@ services:
|
|||
- tubearchivist-redis
|
||||
networks:
|
||||
- tipi_main_network
|
||||
dns:
|
||||
- ${DNS_IP}
|
||||
ports:
|
||||
- ${APP_PORT}:8000
|
||||
labels:
|
||||
# Main
|
||||
traefik.enable: true
|
||||
|
@ -62,7 +62,7 @@ services:
|
|||
- tubearchivist-es
|
||||
|
||||
tubearchivist-es:
|
||||
image: bbilly1/tubearchivist-es:latest
|
||||
image: elasticsearch:8.9.0
|
||||
container_name: tubearchivist-es
|
||||
restart: always
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue
Block a user