mirror of
https://github.com/foxhui/WebAI2API.git
synced 2026-06-16 21:03:59 +08:00
12 lines
308 B
YAML
12 lines
308 B
YAML
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
|