mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 00:47:18 +09:00
16 lines
374 B
YAML
16 lines
374 B
YAML
version: '3'
|
|
services:
|
|
app:
|
|
build:
|
|
dockerfile: Dockerfile_production
|
|
context: ../NullcatChan-old
|
|
args:
|
|
- enable_mecab=1
|
|
volumes:
|
|
- './config.json:/nullcat-chan/config.json:ro'
|
|
- './font.ttf:/nullcat-chan/font.ttf:ro'
|
|
- './data:/nullcat-chan/data'
|
|
restart: always
|
|
environment:
|
|
TZ: Asia/Tokyo
|