Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 466 Bytes

README.Docker.md

File metadata and controls

16 lines (10 loc) · 466 Bytes

Building and running the application locally using Docker

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

Stopping the application

When you're done, stop the application by running: docker compose down.

Running the application in the background

If you want to run the application in the background, you can run: docker compose up --build -d.