Skip to content

Commit

Permalink
Merge pull request #79 from internet2/comanage-db-bootstrap-enrollment
Browse files Browse the repository at this point in the history
add some depends_on logic
  • Loading branch information
chubing authored Dec 21, 2020
2 parents 32d349d + f71a8d8 commit e95b0d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Workbench/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,8 @@ services:
context: ./comanage/
args:
- CSPHOSTNAME
depends_on:
- comanage_data
environment:
- ENV
- USERTOKEN
Expand Down Expand Up @@ -461,6 +463,8 @@ services:
context: ./comanage_cron/
args:
- CSPHOSTNAME
depends_on:
- comanage
healthcheck:
test: curl -s comanage_data:3306
interval: 30s
Expand Down

0 comments on commit e95b0d1

Please sign in to comment.