diff --git a/Wallamonitor b/Wallamonitor new file mode 160000 index 0000000..32d171d --- /dev/null +++ b/Wallamonitor @@ -0,0 +1 @@ +Subproject commit 32d171d577c68efe185b7b1e29e2316972849afe diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..0b92edf --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,13 @@ +version: "3" + +services: + wallamanta-bot: + build: Wallamonitor + container_name: wallamanta-bot + restart: unless-stopped + environment: + - TELEGRAM_CHANNEL_ID=${TELEGRAM_CHANNEL_ID} + - TELEGRAM_TOKEN=${TELEGRAM_TOKEN} + - LATITUDE=${LATITUDE} + - LONGITUDE=${LONGITUDE} + - SLEEP_TIME=${SLEEP_TIME} \ No newline at end of file