mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
* feat: add Jellyseerr template * chore: pin jellyseerr template version --------- Co-authored-by: Rohit Mulani <289630555+rohitmulani63-ops@users.noreply.github.com>
14 lines
239 B
YAML
14 lines
239 B
YAML
services:
|
|
jellyseerr:
|
|
image: fallenbagel/jellyseerr:2.7.3
|
|
restart: unless-stopped
|
|
volumes:
|
|
- jellyseerr_config:/app/config
|
|
environment:
|
|
LOG_LEVEL: info
|
|
ports:
|
|
- "5055"
|
|
|
|
volumes:
|
|
jellyseerr_config:
|