Skip to content

Commit

Permalink
Merge pull request #39 from startersclan/fix/development-fix-race-con…
Browse files Browse the repository at this point in the history
…dition-in-copy-on-init-on-web-volume-when-starting-stack-the-first-time

Fix (development): Fix race condition in copy-on-init on `web` volume when starting stack the first time
  • Loading branch information
leojonathanoh authored Nov 23, 2023
2 parents 06595ec + 2f6017b commit 9ebab06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ services:
- DEBUG=1
depends_on:
- init-container
- web
working_dir: /heatmaps
stop_signal: SIGKILL
entrypoint:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ services:
- host.docker.internal:host-gateway
depends_on:
- init-container
- web
working_dir: /heatmaps
stop_signal: SIGKILL
entrypoint:
Expand Down

0 comments on commit 9ebab06

Please sign in to comment.