---------------------------------------------------------------------- | NRW API Deployment | ---------------------------------------------------------------------- -> Image tag : nrw-ai-api:local -> Container name : nrw-ai-api-smoke -> Dockerfile : /Users/test/Code/aabcor/projectK/nrw-ai/infra/Dockerfile ---------------------------------------------------------------------- | Build :: Docker Image | ---------------------------------------------------------------------- -> Skipping docker build (using existing image nrw-ai-api:local) ---------------------------------------------------------------------- | Run :: Smoke Container | ---------------------------------------------------------------------- !! Removing pre-existing container named nrw-ai-api-smoke -> Starting container nrw-ai-api-smoke from image nrw-ai-api:local -> Container started: nrw-ai-api-smoke (1e331d7d8c3acb8bdcb32f37c7369184fe2c0cf0c4bfd2583f27dde1a1e89408) ---------------------------------------------------------------------- | Health Check :: http://127.0.0.1:8000/health | ---------------------------------------------------------------------- -> Polling health endpoint at http://127.0.0.1:8000/health !! Health probe attempt 1 failed; retrying in 2s !! Health probe attempt 2 failed; retrying in 2s -> API healthy after 4s ---------------------------------------------------------------------- | Deployment Summary | ---------------------------------------------------------------------- -> Deployment summary: -> Image: nrw-ai-api:local -> Container: nrw-ai-api-smoke -> Port mapping: 127.0.0.1:8000->8000 -> Health check: http://127.0.0.1:8000/health -> Synthetic demo: not included -> Container left running. Stop with: docker rm -f nrw-ai-api-smoke -> View logs with: docker logs -f nrw-ai-api-smoke