Skip to content

Commit

Permalink
Add debugging to see what is running
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Trang committed Dec 11, 2020
1 parent 635b243 commit e503d69
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ load-fixtures:
$(MAKE) load-synthetic-suppression-data
$(MAKE) load-fixtures-ssas

docker-compose log api worker

load-synthetic-cclf-data:
docker-compose up -d api
docker-compose up -d db
Expand Down Expand Up @@ -136,12 +138,13 @@ docker-build:

docker-bootstrap:
$(MAKE) docker-build
docker-compose up --exit-code-from openapi openapi
# docker-compose up --exit-code-from openapi openapi
# Let the databases start up so we can successfully start up the application
docker-compose up -d queue db
sleep 20
docker-compose up -d api worker
docker-compose restart api worker
sleep 20
docker-compose log api worker
$(MAKE) load-fixtures

api-shell:
Expand Down

0 comments on commit e503d69

Please sign in to comment.