Add overseerr.docker-compose.yml
Signed-off-by: karmacoma <karmacoma@karmacoma.dev>
This commit is contained in:
parent
eb96a52d3f
commit
c9afbbc90f
1 changed files with 11 additions and 0 deletions
11
overseerr.docker-compose.yml
Normal file
11
overseerr.docker-compose.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
services:
|
||||||
|
overseerr:
|
||||||
|
image: sctx/overseerr:latest
|
||||||
|
container_name: overseerr
|
||||||
|
environment:
|
||||||
|
- LOG_LEVEL=debug
|
||||||
|
- TZ=Europe/Berlin
|
||||||
|
- PORT=5055 #optional
|
||||||
|
volumes:
|
||||||
|
- overseer_config:/app/config
|
||||||
|
restart: unless-stopped
|
||||||
Loading…
Reference in a new issue