Skip to content

Commit

Permalink
feat(docker): Allow dotcom-1 and dotcom-2 start in parallel in docker…
Browse files Browse the repository at this point in the history
… compose (#2188)
  • Loading branch information
joshlarson authored Oct 7, 2024
1 parent 9aa9425 commit c066b8f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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 Expand Up @@ -62,8 +64,8 @@ services:
context: ../
dockerfile: ./deploy/dotcom/dev/Dockerfile
depends_on:
dotcom-1:
condition: service_healthy
redis-cluster-init:
condition: service_started
env_file:
- ../.env
environment:
Expand Down

0 comments on commit c066b8f

Please sign in to comment.