18 lines
332 B
YAML
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 |