services: << service_name >>: image: fallenbagel/jellyseerr:latest container_name: << service_name >> ports: - "<< port >>:5055" environment: - TZ=<< timezone >> - LOG_LEVEL=info volumes: - << appdata_dir >>/<< service_name >>/config:/app/config restart: unless-stopped