mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
9 lines
191 B
YAML
9 lines
191 B
YAML
version: '3'
|
|
services:
|
|
app:
|
|
build: .
|
|
volumes:
|
|
- './config.json:/ai/config.json:ro'
|
|
- './font.ttf:/ai/font.ttf:ro'
|
|
- './data:/ai/data'
|
|
restart: always
|