Skip to content

Commit

Permalink
fix down command
Browse files Browse the repository at this point in the history
  • Loading branch information
beasteers committed May 17, 2023
1 parent c56d572 commit 5954732
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,14 @@ pull:
git pull --recurse-submodules

down: ## docker-compose down everything
[ -f ptg-server-ml/.env ] && cd ptg-server-ml && docker-compose \
-f docker-compose.ml.yaml \
-f docker-compose.record.yaml \
down || : 0
cd tim-dashboard && docker-compose \
-f docker-compose.prod.yml \
down || : 0
docker-compose \
-f docker-compose.yaml \
-f docker-compose.https.yaml \
-f ptg-server-ml/docker-compose.ml.yaml \
-f ptg-server-ml/docker-compose.record.yaml \
-f tim-dashboard/docker-compose.prod.yaml \
down
-f docker-compose.yaml \
-f docker-compose.https.yaml \
down || : 0

0 comments on commit 5954732

Please sign in to comment.