version: '1.0' services: python-app: build: . container_name: python-app volumes: - ./:/app ports: - "5555:5555" # 如果需要暴露 Flask 端口