Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile to use the stack #570

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

giper45
Copy link

@giper45 giper45 commented Jan 28, 2022

The following PR adds a useful Makefile file that can help to use the stack in an easy way:

  • build images: make images-build
  • run dev stack: make dev-up
  • stop dev stack: make dev-down
  • creates certificates: make certs-create
  • run prod elastic nodes: make prod-elk-run
  • run prod kibana: make prod-kibana-run
  • run prod nginx: make prod-nginx-run
  • run prod stack: make prod-run
  • stop prod stack: make prod-stop
  • destroy prod stack: make prod-down
  • clean generated certificates : make certs-clean
  • clean the stack: make clean

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants