chore(deps): update bbilly1/tubearchivist docker tag to v0.4.3 (#1561)
This commit is contained in:
parent
7ea77575f8
commit
0cbf7a2e08
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8120,
|
"port": 8120,
|
||||||
"id": "tubearchivist",
|
"id": "tubearchivist",
|
||||||
"tipi_version": 7,
|
"tipi_version": 8,
|
||||||
"version": "0.4.2",
|
"version": "0.4.3",
|
||||||
"categories": [
|
"categories": [
|
||||||
"media"
|
"media"
|
||||||
],
|
],
|
||||||
|
@ -39,5 +39,8 @@
|
||||||
"env_variable": "ELASTIC_PASSWORD"
|
"env_variable": "ELASTIC_PASSWORD"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@ services:
|
||||||
tubearchivist:
|
tubearchivist:
|
||||||
container_name: tubearchivist
|
container_name: tubearchivist
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: bbilly1/tubearchivist:v0.4.2
|
image: bbilly1/tubearchivist:v0.4.3
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:8000
|
- ${APP_PORT}:8000
|
||||||
dns:
|
dns:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user