| 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 | |
| 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 | |