version: '3.8' services: bot: build: . restart: unless-stopped env_file: - .env volumes: - ./data:/app/data:ro