services: nezha-vuln: image: ghcr.io/nezhahq/nezha:v1.14.14 container_name: nezha-vuln restart: unless-stopped ports: - "8008:8008" volumes: - ./data/vuln:/dashboard/data nezha-patched: build: context: . dockerfile: Dockerfile.patched container_name: nezha-patched restart: unless-stopped ports: - "8009:8008" volumes: - ./data/patched:/dashboard/data