mirror of
https://github.com/codingCoffee/cowin-monitor.git
synced 2025-12-11 03:07:02 +00:00
13 lines
238 B
YAML
13 lines
238 B
YAML
|
|
|
||
|
|
version: "3.8"
|
||
|
|
|
||
|
|
services:
|
||
|
|
cowin:
|
||
|
|
image: codingcoffee/cowin
|
||
|
|
environment:
|
||
|
|
- DIST_CODE=395
|
||
|
|
- TELEGRAM_BOT_TOKEN=ADD_TELEGRAM_BOT_TOKEN_HERE
|
||
|
|
- TELEGRAM_CHAT_ID=ADD_YOUR_TELEGRAM_ID_HERE
|
||
|
|
- SLEEP_TIME_SEC=60
|
||
|
|
|