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