mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-23 14:55:29 +02:00
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:
|