13 lines
340 B
YAML
13 lines
340 B
YAML
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} |