app(overseerr): switch to linuxserver image and ghcr (#2755)

This commit is contained in:
JigSaw 2024-03-08 23:07:12 +01:00 committed by GitHub
parent ee4944d99d
commit f2d0ba6f42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View File

@ -5,7 +5,7 @@
"exposable": true,
"port": 8116,
"id": "overseerr",
"tipi_version": 8,
"tipi_version": 9,
"version": "1.33.2",
"categories": [
"media",

View File

@ -1,12 +1,14 @@
version: "3"
services:
overseerr:
container_name: overseerr
image: sctx/overseerr:1.33.2
image: ghcr.io/linuxserver/overseerr:v1.33.2
environment:
- PUID=1000
- PGID=1000
- TZ=${TZ}
volumes:
- ${APP_DATA_DIR}/data/config:/app/config
- /etc/localtime:/etc/localtime:ro
- ${APP_DATA_DIR}/data/config:/config
ports:
- ${APP_PORT}:5055
restart: unless-stopped