Docker Compose
Run the Roboflow inference server alongside other docker containers to build your multi-container application via Docker Compose.
If you want to run other docker containers alongside the Roboflow inference container you can do so using Docker Compose. We illustrate this via an example docker-compose.yaml file:
After saving the file, type docker-compose up
in your terminal. Two docker containers will spin up - the roboflow inference server and another container that curls
the inference server every 5 seconds.
You can extend this example to add more containers to compose your stack as needed by your application.
Last updated