mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-28 22:37:20 +09:00
16 lines
354 B
YAML
16 lines
354 B
YAML
version: '3'
|
|
services:
|
|
app:
|
|
build:
|
|
dockerfile: Dockerfile_production
|
|
context: .
|
|
args:
|
|
- enable_mecab=1
|
|
volumes:
|
|
- './config.json:/nullcatchan/config.json:ro'
|
|
- './font.ttf:/nullcatchan/font.ttf:ro'
|
|
- './data:/nullcatchan/data'
|
|
restart: always
|
|
environment:
|
|
TZ: Asia/Tokyo
|