Skip to content

Commit

Permalink
ci: add depends-on to compose
Browse files Browse the repository at this point in the history
  • Loading branch information
New committed Dec 18, 2021
1 parent a2aad6d commit d1b06a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
restart: unless-stopped
build:
context: ../
depends_on:
- xcoins_mongodb
networks:
- mongo
ports:
Expand Down

0 comments on commit d1b06a4

Please sign in to comment.