Files
homelab/docker/docker-02/jellyseerr/compose.yaml
2026-01-09 11:32:49 +00:00

18 lines
332 B
YAML

---
services:
jellyseerr:
image: ghcr.io/fallenbagel/jellyseerr:latest
container_name: jellyseerr
environment:
- TZ=Etc/UTC
ports:
- 5055:5055
volumes:
- /opt/containers/jellyseerr/config:/app/config
networks:
- newt
restart: unless-stopped
networks:
newt:
external: true