services: zp-agent-api: build: . container_name: zp-agent-api ports: - "8000:8000" volumes: - ./data:/app/data restart: unless-stopped