webai2hf / docker-compose.yaml
iyougame's picture
Sync from GitHub: 71b4e35efd6a40202ad9904ea8e1cdf66d0504ac
372e639 verified
raw
history blame contribute delete
308 Bytes
services:
webai-2api:
image: foxhui/webai-2api:latest
container_name: webai-2api
restart: unless-stopped
ports:
- "3000:3000" # API + WebUI
volumes:
- ./data:/app/data # 数据和配置持久化,config.yaml 会自动生成到此目录
shm_size: '2gb'
init: true