version: '3.8' services: orpc-vulnerable: build: ./app container_name: cve-2026-33331-lab ports: - "3000:3000" restart: "no" healthcheck: test: ["CMD", "wget", "--spider", "-q", "http://localhost:3000/docs"] interval: 5s timeout: 3s retries: 3