Skip to content

Commit

Permalink
Added dependency of db to gui
Browse files Browse the repository at this point in the history
  • Loading branch information
anti-mony committed Oct 20, 2020
1 parent b5fda01 commit ea47f68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ services:

gui:
restart: always
depends_on:
- db
build:
context: ./frontend
dockerfile: Dockerfile.dev
Expand Down

0 comments on commit ea47f68

Please sign in to comment.