mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-28 22:27:17 +09:00
13 lines
308 B
YAML
13 lines
308 B
YAML
version: '3'
|
|
services:
|
|
app:
|
|
build: .
|
|
volumes:
|
|
- './config.json:/nullcatchan/config.json:ro'
|
|
- './font.ttf:/nullcatchan/font.ttf:ro'
|
|
- './data:/nullcatchan/data'
|
|
- './ngwords.txt:/nullcatchan/ngwords.txt'
|
|
restart: always
|
|
environment:
|
|
TZ: Asia/Tokyo
|