First commit
This commit is contained in:
1
Wallamonitor
Submodule
1
Wallamonitor
Submodule
Submodule Wallamonitor added at 32d171d577
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@@ -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}
|
||||
Reference in New Issue
Block a user