Skip to content

fix: add sleep after docker stop in main website deployment - #573

Merged
TobiasDeBruijn merged 1 commit into
masterfrom
fix/timeout-after-docker-stop-main-website
Sep 4, 2026
Merged

TobiasDeBruijn merged 1 commit into
masterfrom
fix/timeout-after-docker-stop-main-website

Conversation

@stickyPiston

Copy link
Copy Markdown
Member

The main website some times fails to deploy the docker container because it tries to start a docker container with the same name, which might still be in the process of stopping. Adding a sleep 12 should allow for enough time for docker stop to stop and remove the old container, so that the new container can safely be started reusing the name.

@TobiasDeBruijn TobiasDeBruijn self-assigned this Sep 4, 2026

@TobiasDeBruijn TobiasDeBruijn left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we might want to find a more permanent solution, but ill take it

@TobiasDeBruijn
TobiasDeBruijn merged commit aaf61ea into master Sep 4, 2026
2 checks passed
@TobiasDeBruijn
TobiasDeBruijn deleted the fix/timeout-after-docker-stop-main-website branch September 4, 2026 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants