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

docker compose up -d does not work #148

Closed
lukemin opened this issue Jun 6, 2024 · 5 comments
Closed

docker compose up -d does not work #148

lukemin opened this issue Jun 6, 2024 · 5 comments

Comments

@lukemin
Copy link

lukemin commented Jun 6, 2024

stuck at
go: downloading github.com/remyoudompheng/bigfft

@EverythingSuckz
Copy link
Owner

I'll look into it.

@EverythingSuckz EverythingSuckz added the inspecting Currently looking into this issue label Jul 2, 2024
@rong6
Copy link

rong6 commented Jul 16, 2024

Hey, you're not alone! I've been stuck on the project github.com/remyoudompheng/bigfft when I'm using docker, docker-compose, direct build.

@ivangreat
Copy link

same situation

@EverythingSuckz
Copy link
Owner

Hi, @lukemin @rong6 and @ivangreat I just tried to deploy on my server and it was running perfectly fine. Yes, there was some delay when installing bigfft, but it was successful.

@EverythingSuckz
Copy link
Owner

I've fixed the issue by updating the Docker Compose config to use the pre-built image from GitHub Container Registry instead of building the image locally. This should resolve the problem where the process gets stuck at downloading bigfft.

@EverythingSuckz EverythingSuckz removed the inspecting Currently looking into this issue label Jul 31, 2024
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

No branches or pull requests

5 participants
@lukemin @ivangreat @EverythingSuckz @rong6 and others