chore(deps): update koush/scrypted docker tag to v20 (#1458)
* chore(deps): update koush/scrypted docker tag to v20 * Update app version [ready] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tipi CI <ci@runtipi.io>
This commit is contained in:
parent
52d8795c5d
commit
97caaa2798
|
@ -6,9 +6,11 @@
|
||||||
"exposable": false,
|
"exposable": false,
|
||||||
"https": true,
|
"https": true,
|
||||||
"id": "scrypted",
|
"id": "scrypted",
|
||||||
"tipi_version": 5,
|
"tipi_version": 6,
|
||||||
"version": "18-jammy-full.s6-v0.57.0",
|
"version": "20-jammy-full.s6-v0.57.0",
|
||||||
"categories": ["security"],
|
"categories": [
|
||||||
|
"security"
|
||||||
|
],
|
||||||
"description": "Scrypted is a high performance home video integration and automation platform",
|
"description": "Scrypted is a high performance home video integration and automation platform",
|
||||||
"short_desc": "High performance home video integration and automation platform",
|
"short_desc": "High performance home video integration and automation platform",
|
||||||
"author": "Koush",
|
"author": "Koush",
|
||||||
|
@ -21,5 +23,8 @@
|
||||||
"env_variable": "SCRYPTED_BEARER_TOKEN"
|
"env_variable": "SCRYPTED_BEARER_TOKEN"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
scrypted:
|
scrypted:
|
||||||
container_name: scrypted
|
container_name: scrypted
|
||||||
image: koush/scrypted:18-jammy-full.s6-v0.57.0
|
image: koush/scrypted:20-jammy-full.s6-v0.57.0
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/scrypted/database:/server/volume
|
- ${APP_DATA_DIR}/data/scrypted/database:/server/volume
|
||||||
|
|
Loading…
Reference in New Issue
Block a user