yaejunyang/crates/yaejuyang-supertonic/docker-compose.example.yml
2026-05-19 15:59:17 +00:00

12 lines
290 B
YAML

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"