Skip to content

Commit

Permalink
Adds depends_on
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl-Fredrik Arvidson committed Sep 27, 2023
1 parent 14be8fb commit 0026b13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ services:
NODE_ENV: development
DATABASE_URL: "mysql://dev:password@main-mysql:3306/dev"
cron:
depends_on:
- frontend
build:
context: .
dockerfile: Dockerfile.dev
Expand Down

0 comments on commit 0026b13

Please sign in to comment.