services: wechat-bot: build: . container_name: wechat-bot restart: unless-stopped env_file: - .env volumes: - ./data:/app/data - ./logs:/app/logs