Skip to content

Commit

Permalink
ci(docker): wait for db to get online
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhck committed Sep 8, 2019
1 parent ca05959 commit 1e84b9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ version: '3'
services:
api:
image: fossapps/micro.starter
depends_on:
- postgres
ports:
- 5000:5000
environment:
Expand Down

0 comments on commit 1e84b9b

Please sign in to comment.