services: app: build: . ports: - "8000:8000" volumes: - ./data:/app/data - ../日报:/app/output restart: unless-stopped