services: wohnbot: build: . container_name: wohnbot-dev restart: unless-stopped env_file: - .env dns: - 1.1.1.1 - 8.8.8.8 volumes: - ./data:/app/data:rw environment: - CHECK_INTERVAL=30 - WOHNBOT_DEV=1