Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 491 Bytes

File metadata and controls

20 lines (12 loc) · 491 Bytes

Docker Compose Local Setup

This deploys HashiCups locally through Docker Compose. HashiCups is unsecured by default. If you are looking for a secure version of HashiCups please see the folder docker-compose-consul

Deploying HashiCups

Navigate to this folder using your CLI and run the following.

docker compose up -d

Clean-up

Run the following command to clean up and remove the HashiCups resources.

docker compose down