From de5f8aa742b765b0fc40213166e662ca1aac70e4 Mon Sep 17 00:00:00 2001 From: Joan Date: Wed, 1 Mar 2023 00:37:36 +0100 Subject: [PATCH] First commit --- Wallamonitor | 1 + docker-compose.yml | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 160000 Wallamonitor create mode 100644 docker-compose.yml 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