diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..efa127b --- /dev/null +++ b/docker-compose.yml @@ -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 +