mirror of
https://github.com/hashicorp/qcon-debugging-microservices
synced 2026-04-05 18:54:02 +00:00
No description
- Shell 92.7%
- Go 2.4%
- HCL 2%
- JavaScript 1.2%
- Dockerfile 0.8%
- Other 0.9%
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> |
||
|---|---|---|
| stack | ||
| .gitignore | ||
| bootstrap.sh | ||
| LICENSE | ||
| Makefile | ||
| packer.json | ||
| README.md | ||
qcon-debugging-microservices
To build locally, make sure you have access to Docker and you've downloaded the Shipyard tool.
To build, run:
shipyard run ./stack
This will bootstrap the environment. Once completed, it will open up local browser tabs to the following:
http://localhost:18500 to access the Consul UI
http://localhost:8080 to run VSCode in your browser
http://localhost:8081 to see the documentation
http://localhost:19090 to access the web service
You can also run without opening the browser tabs automatically:
shipyard run ./stack --no-browser