chore(deps): update ghcr.io/bitmagnet-io/bitmagnet docker tag to v0.9.0 (#3710)
This commit is contained in:
parent
d23f2a982f
commit
d53a4e6da4
|
@ -5,11 +5,9 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "bitmagnet",
|
"id": "bitmagnet",
|
||||||
"tipi_version": 18,
|
"tipi_version": 19,
|
||||||
"version": "0.8.0",
|
"version": "0.9.0",
|
||||||
"categories": [
|
"categories": ["media"],
|
||||||
"media"
|
|
||||||
],
|
|
||||||
"description": "A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration. ",
|
"description": "A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration. ",
|
||||||
"short_desc": "A self-hosted BitTorrent indexer.",
|
"short_desc": "A self-hosted BitTorrent indexer.",
|
||||||
"author": "bitmagnet-io",
|
"author": "bitmagnet-io",
|
||||||
|
@ -22,8 +20,5 @@
|
||||||
"env_variable": "BITMAGNENT_DB_PASSWORD"
|
"env_variable": "BITMAGNENT_DB_PASSWORD"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": [
|
"supported_architectures": ["arm64", "amd64"]
|
||||||
"arm64",
|
|
||||||
"amd64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bitmagnet:
|
bitmagnet:
|
||||||
image: ghcr.io/bitmagnet-io/bitmagnet:v0.8.0
|
image: ghcr.io/bitmagnet-io/bitmagnet:v0.9.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command:
|
command:
|
||||||
- worker
|
- worker
|
||||||
|
|
Loading…
Reference in New Issue
Block a user