mastodon-random-sentence-bot/docker-compose.example.yml
kdh8219 f9005f7cdd
feat(choose_sentence): 디렉토리 단위 sentence 파일 추가 기능
add(sentences): sentence 추가(테마별로 분리, 쉬운 커스텀.)
2023-12-22 22:03:06 +09:00

15 lines
339 B
YAML

version: "3.9"
services:
app:
build:
context: .
dockerfile: ./Dockerfile
environment:
- MISSKEY_INSTANCE_ADDRESS=worldc.one
- MISSKEY_ACCESS_TOKEN=BWbGlK6lWuUgXQpFM7igtmbZ30g6BOIc
# - SENTENCES_FILE=/data/sentences.txt
- SENTENCES_DIRECTORY=/data/sentences/
volumes:
- ./data:/data