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
# brings down containers
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
jekyll:
- cd blog && bundle exec jekyll serve