Merge pull request #102 from meienberger/renovate/sctx-overseerr-1.x

chore(deps): update sctx/overseerr docker tag to v1.30.1
This commit is contained in:
Nicolas Meienberger 2022-10-18 19:11:28 +02:00 committed by GitHub
commit ae1fae635e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 16 deletions

View File

@ -1,15 +1,18 @@
{ {
"$schema": "../schema.json", "$schema": "../schema.json",
"name": "Overseerr", "name": "Overseerr",
"available": true, "available": true,
"port": 8116, "port": 8116,
"id": "overseerr", "id": "overseerr",
"tipi_version": 1, "tipi_version": 2,
"version": "1.29.0", "version": "1.30.1",
"categories": ["media", "utilities"], "categories": [
"description": "Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services, such as Sonarr, Radarr, and Plex!", "media",
"short_desc": "Request management and media discovery tool for the Plex ecosystem", "utilities"
"author": "sct", ],
"source": "https://github.com/sct/overseerr", "description": "Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services, such as Sonarr, Radarr, and Plex!",
"form_fields": [] "short_desc": "Request management and media discovery tool for the Plex ecosystem",
} "author": "sct",
"source": "https://github.com/sct/overseerr",
"form_fields": []
}

View File

@ -2,7 +2,7 @@ version: "3"
services: services:
overseerr: overseerr:
container_name: overseerr container_name: overseerr
image: sctx/overseerr:1.29.0 image: sctx/overseerr:1.30.1
environment: environment:
- TZ=${TZ} - TZ=${TZ}
volumes: volumes: