Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix (development): Fix race condition in copy-on-init on web volume when starting stack the first time #39

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix (development): Fix race condition in copy-on-init on web volume…
… when starting stack the first time
leojonathanoh committed Nov 23, 2023
commit 2f6017bfbd381cc5c891073cd1795a20cca450a3
1 change: 1 addition & 0 deletions docker-compose.example.yml
Original file line number Diff line number Diff line change
@@ -172,6 +172,7 @@ services:
- DEBUG=1
depends_on:
- init-container
- web
working_dir: /heatmaps
stop_signal: SIGKILL
entrypoint:
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -182,6 +182,7 @@ services:
- host.docker.internal:host-gateway
depends_on:
- init-container
- web
working_dir: /heatmaps
stop_signal: SIGKILL
entrypoint: