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: set CI=1 in Dockerfile as a workaround #284

Merged
merged 1 commit into from
May 11, 2023
Merged

fix: set CI=1 in Dockerfile as a workaround #284

merged 1 commit into from
May 11, 2023

Conversation

caarlos0
Copy link
Member

if you run soft-serve in a docker container with --tty (default in synology nas, and I imagine, probably in other Docker UIs too), every bg/fg query will timeout (after 5s), so, it has a 10s delay to start (because it checks both bg and fg on startup), and then SSH-ing into the TUI is impossible as it keeps doing queries nonstop.

This is a workaround to prevent this issue until we finish working on a proper fix.

@caarlos0 caarlos0 added bug Something isn't working docker labels May 11, 2023
@caarlos0 caarlos0 requested review from muesli and aymanbagabas May 11, 2023 01:16
@caarlos0 caarlos0 self-assigned this May 11, 2023
@aymanbagabas aymanbagabas merged commit c1d62b5 into main May 11, 2023
@aymanbagabas aymanbagabas deleted the docker-ci branch May 11, 2023 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working docker
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants