-
Notifications
You must be signed in to change notification settings - Fork 33
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
[93] feat: implement docker command #135
Comments
This was referenced Jun 20, 2024
Issue: #93 |
docker.command.1.mp4docker-start.sh.-.docker.-.Visual.Studio.Code.2024-07-09.21-14-18.mp4
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The docker command should allow for two things:
stencil docker monitoring
should setup the docker-compose files necessary for the monitoring tooling setup withPrometheues
,Grafana
andNodeExporter
. This will be maintained and done via the schematics itself.stencil docker postgres
should ask the user whether they want to add the add this to an existing docker-compose file or whether they want a new file to be setup for this and that update accordingly. In case of a new file thestart-docker.sh
should be updated to incorporate the new file.Refer #88 for an extensive list of the things we need to support.
The text was updated successfully, but these errors were encountered: