Skip to content

Commit

Permalink
fix: NginX needs to depend on both dotcom's now
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson committed Oct 4, 2024
1 parent 5876144 commit 591afe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ services:
nginx:
image: nginx:stable-alpine3.17-slim
depends_on:
dotcom-1:
condition: service_healthy
dotcom-2:
condition: service_healthy
volumes:
Expand Down

0 comments on commit 591afe3

Please sign in to comment.