services: jellyseerr: image: fallenbagel/jellyseerr:latest container_name: jellyseerr restart: unless-stopped environment: - TZ=${TZ:-Europe/Berlin} - LOG_LEVEL=info ports: - "${HTTP_PORT:-5055}:5055" volumes: - ${DATA_PATH:-/srv/jellyseerr}:/app/config