mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-19 04:45:23 +02:00
17 lines
278 B
YAML
17 lines
278 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
jellyseerr:
|
|
image: fallenbagel/jellyseerr:latest
|
|
restart: unless-stopped
|
|
expose:
|
|
- "5055"
|
|
environment:
|
|
- LOG_LEVEL=debug
|
|
- TZ=Etc/UTC
|
|
volumes:
|
|
- jellyseerr-config:/app/config
|
|
|
|
volumes:
|
|
jellyseerr-config:
|