services: << service_name >>: image: ghcr.io/ai-dock/comfyui:latest container_name: << service_name >> environment: - TZ=<< timezone >> volumes: - << appdata_dir >>/<< service_name >>:/opt/ComfyUI/models - << appdata_dir >>/<< service_name >>-output:/opt/ComfyUI/output ports: - "<< port >>:8188" restart: unless-stopped