Files
wallamanta/docker-compose.yml
2023-03-08 12:38:02 +01:00

17 lines
419 B
YAML

version: "3"
services:
wallamanta-bot-multiuser:
build: wallamanta
image: wallamanta:multiuser
container_name: wallamanta-bot-multiuser
volumes:
- ./data:/app/data
restart: unless-stopped
environment:
- TELEGRAM_CHANNEL_ID=${TELEGRAM_CHANNEL_ID}
- TELEGRAM_TOKEN=${TELEGRAM_TOKEN}
- LATITUDE=${LATITUDE}
- LONGITUDE=${LONGITUDE}
- SLEEP_TIME=${SLEEP_TIME}