Skip to content

Commit

Permalink
add services dependencies in docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
Asone committed Jul 29, 2018
1 parent 4247a9e commit a77ab29
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,23 @@ services:
api:
build:
context: ./_provisioning/api
depends_on:
- db

ui:
build:
context: ./_provisioning/ui
depends_on:
- db
- api
ports:
- 3000:3000

daemon:
build:
context: ./_provisioning/daemon
depends_on:
- db

volumes:
pgdata:

0 comments on commit a77ab29

Please sign in to comment.