mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 23:48:01 +00:00
14 lines
273 B
YAML
14 lines
273 B
YAML
version: '3'
|
|
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
args:
|
|
- enable_mecab=1
|
|
platform: linux/amd64
|
|
volumes:
|
|
- './config.json:/ai/config.json:ro'
|
|
- './font.ttf:/ai/font.ttf:ro'
|
|
- './data:/ai/data'
|
|
restart: always
|