app(overseerr): switch to linuxserver image and ghcr (#2755)
This commit is contained in:
parent
ee4944d99d
commit
f2d0ba6f42
|
@ -5,7 +5,7 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8116,
|
"port": 8116,
|
||||||
"id": "overseerr",
|
"id": "overseerr",
|
||||||
"tipi_version": 8,
|
"tipi_version": 9,
|
||||||
"version": "1.33.2",
|
"version": "1.33.2",
|
||||||
"categories": [
|
"categories": [
|
||||||
"media",
|
"media",
|
||||||
|
|
|
@ -1,12 +1,14 @@
|
||||||
version: "3"
|
|
||||||
services:
|
services:
|
||||||
overseerr:
|
overseerr:
|
||||||
container_name: overseerr
|
container_name: overseerr
|
||||||
image: sctx/overseerr:1.33.2
|
image: ghcr.io/linuxserver/overseerr:v1.33.2
|
||||||
environment:
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/config:/app/config
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
- ${APP_DATA_DIR}/data/config:/config
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:5055
|
- ${APP_PORT}:5055
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in New Issue
Block a user