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}