Files
wallamanta/docker-compose.yml

17 lines
395 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:
- TZ="Europe/Madrid"
- TELEGRAM_TOKEN=${TELEGRAM_TOKEN}
- LATITUDE=${LATITUDE}
- LONGITUDE=${LONGITUDE}
- SLEEP_TIME=${SLEEP_TIME}