make 'make down' command include metrics containers

This commit is contained in:
Jonathan Math 2021-09-21 12:11:30 -05:00
parent 1fa0dfb32b
commit 626245cd6b

View file

@ -50,7 +50,7 @@ alllogs:
logall: alllogs logall: alllogs
# brings down containers # brings down containers
down: down:
- RUNWITHMAKEBUILD=True docker-compose -f docker-compose.yml down - RUNWITHMAKEBUILD=True docker-compose -f docker-compose.yml -f docker-compose.metrics.yml down
nbdown: down nbdown: down
jekyll: jekyll:
- cd blog && bundle exec jekyll serve - cd blog && bundle exec jekyll serve