11 lines
No EOL
285 B
YAML
11 lines
No EOL
285 B
YAML
services:
|
|
array-jellyseerr:
|
|
image: ghcr.io/fallenbagel/jellyseerr:latest
|
|
container_name: array-jellyseerr
|
|
environment:
|
|
- LOG_LEVEL=debug
|
|
- TZ=Europe/Berlin
|
|
- PORT=5055 #optional
|
|
volumes:
|
|
- overseerconfig:/app/config
|
|
restart: unless-stopped |