TelegramMarkov/docker-compose.example.yml

12 lines
206 B
YAML
Raw Normal View History

2021-03-07 17:23:52 +00:00
version: '3'
services:
telegrammarkov:
build: .
volumes:
- .:/code
environment:
TG_CHAT_ID: "secret"
INPUT_MARKOV: /code/result.json
TG_TOKEN_MARKOV: "another secret"