moegoe-simple-api / docker-compose.yaml
Artrajz's picture
init
8d4c60f
raw
history blame
No virus
288 Bytes
version: '3.4'
services:
moegoe:
image: artrajz/moegoe-simple-api:latest
restart: always
ports:
- 23456:23456
environment:
LANG: 'C.UTF-8'
volumes:
- ./Model:/app/Model # 挂载模型文件夹
- ./config.py:/app/config.py # 挂载配置文件