chore(deps): update ghcr.io/bitmagnet-io/bitmagnet docker tag to v0.3.1 (#1767)

This commit is contained in:
renovate[bot] 2023-12-07 07:37:23 +00:00 committed by GitHub
parent 1bea9e4a71
commit a61a334020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 5 deletions

View File

@ -5,9 +5,11 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "bitmagnet", "id": "bitmagnet",
"tipi_version": 1, "tipi_version": 2,
"version": "0.1.1", "version": "0.3.1",
"categories": ["media"], "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. ", "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",
@ -20,5 +22,8 @@
"env_variable": "BITMAGNENT_DB_PASSWORD" "env_variable": "BITMAGNENT_DB_PASSWORD"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
bitmagnet: bitmagnet:
image: ghcr.io/bitmagnet-io/bitmagnet:0.1.1 image: ghcr.io/bitmagnet-io/bitmagnet:0.3.1
restart: unless-stopped restart: unless-stopped
command: command:
- worker - worker