Skip to content

Svane20/deployment_pipeline_demo

Repository files navigation

Deployment Pipeline

Dependencies

NOTE: Only required if you want to run the pipeline locally.

  1. Run the following command to install the dependencies needed for this repository:
pip install -r requirements.txt

Docker Compose

  1. Start Docker Desktop

  2. Start the pipeline with the following command:

docker compose up -d --build
  1. Stop the pipeline with the following command:
docker compose down

Swagger Docs

  1. Access the Swagger UI at Docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published