mirror of
https://github.com/codingCoffee/cowin-monitor.git
synced 2025-12-11 03:07:02 +00:00
feat: add sample docker compose file
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
1383c30bf6
commit
613c79a79c
1 changed files with 12 additions and 0 deletions
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
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
|
||||
|
||||
Loading…
Reference in a new issue