version: '3.8' services: web: environment: - FLASK_DEBUG=true volumes: # 开发模式:挂载代码实现热重载 - .:/app - /app/venv # 开发模式不需要健康检查 healthcheck: disable: true