mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 15:38:00 +00:00
13 lines
246 B
YAML
13 lines
246 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
app:
|
||
|
build:
|
||
|
context: .
|
||
|
args:
|
||
|
- enable_mecab=1
|
||
|
volumes:
|
||
|
- './config.json:/ai/config.json:ro'
|
||
|
- './font.ttf:/ai/font.ttf:ro'
|
||
|
- './data:/ai/data'
|
||
|
restart: always
|