TelegramMarkov/docker-compose.example.yml
2021-03-07 18:23:52 +01:00

12 lines
206 B
YAML

version: '3'
services:
telegrammarkov:
build: .
volumes:
- .:/code
environment:
TG_CHAT_ID: "secret"
INPUT_MARKOV: /code/result.json
TG_TOKEN_MARKOV: "another secret"