When you're ready, start the application by running:
docker compose up --build
.
The application api will be available at http://localhost:8000/api/v1
When you're done, stop the application by running:
docker compose down
.
If you want to run the application in the background, you can run:
docker compose up --build -d
.