Files
wallamanta/docker-compose.yml
2023-03-10 18:47:09 +01:00

16 lines
368 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_TOKEN=${TELEGRAM_TOKEN}
- LATITUDE=${LATITUDE}
- LONGITUDE=${LONGITUDE}
- SLEEP_TIME=${SLEEP_TIME}