-
Notifications
You must be signed in to change notification settings - Fork 14
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
Error while trying to start overfast-api #130
Comments
@itzdrli Found an issue with healthcheck since Docker update on my server, updating ⌛ |
I fixed the issue on my side, let me know if it solved it for you 👍 |
@TeKrop I have done the whole thing again and still errored, here is the full log
|
It seems you had a ponctual DNS issue with |
Hmm that's weird 🤔 Can you try to clean Docker cache before build? I'm usually doing
|
Thanks, I'll try that later when I'm free.
Another working theory is that my docker has some DNS related issues. Bcz another container of mine has the same issue, so I'll try to fix it by both way.
…________________________________
From: Valentin Porchet ***@***.***>
Sent: Tuesday, June 11, 2024 9:16:12 AM
To: TeKrop/overfast-api ***@***.***>
Cc: Itz_Dr_Li ***@***.***>; Mention ***@***.***>
Subject: Re: [TeKrop/overfast-api] Error while trying to start overfast-api (Issue #130)
Hmm that's weird 🤔 Can you try to clean Docker cache before build? I'm usually doing make clean for that. Be careful as it will do a general cleaning, not only the images and layers concerning the API
docker image prune -af
docker network prune -f
—
Reply to this email directly, view it on GitHub<#130 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMPKALDFIFWYCLSD3O3JSQTZG2W4ZAVCNFSM6AAAAABJA2ANEGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRQGA4DGNBRGQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@itzdrli OK 👍 Don't hesitate to give me an update when you'll have some news, in order to know if the healthcheck issue is solved for you |
@TeKrop hey, the issue up there is solved by changing DNS server, but now another issue came up: after I created a new instance (removed all old containers) then I cloned the repo and edited
any idea how this happend? |
@itzdrli I just noticed you're using ARM-based environment, and I didn't test the API on this kind of environment 😅 I'm currently working on dynamically compiling it on image build instead, I hope it will solve your issue, I'll keep you updated 👍 |
@itzdrli I made the update in the last release, let me know if it works better on your end now |
@TeKrop everything is running now, and they are working fine! Thank you for all the help! |
Describe the bug
Errored when trying to run overfast-api in production
To Reproduce
git clone https://github.com/TeKrop/overfast-api && cd overfast-api
.env
and changedAPP_PORT
,APP_BASE_URL
apt install make
(GNU make 4.3)overfast-api
)Expected behavior
overfast-api runs well
Screenshots
Additional context
my server specs:
and docker version:
The text was updated successfully, but these errors were encountered: