diff --git a/apps/bitmagnet/config.json b/apps/bitmagnet/config.json index 45c7e6eb..df5374bb 100644 --- a/apps/bitmagnet/config.json +++ b/apps/bitmagnet/config.json @@ -5,11 +5,9 @@ "available": true, "exposable": true, "id": "bitmagnet", - "tipi_version": 18, - "version": "0.8.0", - "categories": [ - "media" - ], + "tipi_version": 19, + "version": "0.9.0", + "categories": ["media"], "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.", "author": "bitmagnet-io", @@ -22,8 +20,5 @@ "env_variable": "BITMAGNENT_DB_PASSWORD" } ], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/bitmagnet/docker-compose.yml b/apps/bitmagnet/docker-compose.yml index b19a6be5..c43fd303 100644 --- a/apps/bitmagnet/docker-compose.yml +++ b/apps/bitmagnet/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: bitmagnet: - image: ghcr.io/bitmagnet-io/bitmagnet:v0.8.0 + image: ghcr.io/bitmagnet-io/bitmagnet:v0.9.0 restart: unless-stopped command: - worker