services: yaejuyang-supertonic: build: . command: /app/yaejuyang-supertonic container_name: "yaejuyang-supertonic" ports: - 3000:80 environment: SUPERTONIC_WORKERS: "1" ENABLED_BACKENDS: "" WEBGPU_DEVICE_ID: "0" RUST_LOG: "info,ort=warn"