services: bot: build: . container_name: wework-xiaoai-bot restart: unless-stopped volumes: - ./.env:/app/.env:ro - ./.mi.token:/app/.mi.token logging: driver: json-file options: max-size: "10m" max-file: "3"