You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for reporting an issue. We do not actively support docker-compose, but this looks like a connection issue to the database container.
argl
added
wontfix
Outside the scope of the project or requires a significant amount of time and resources to fix.
and removed
needs triage
Triage needed by staff and/or partners. Automatically applied when an issue is opened.
labels
Dec 20, 2024
What information was incorrect, unhelpful, or incomplete?
How do I deploy through docker-compose?
Your documentation doesn't say anything, especially about database deployment.
①I tried to write a docker-compose.yml file that as follows:

②Then execute: docker-compose up --build
③When access: http://ip:8080/
I can see "Welcome to the MDN Observatory!"
④When execute: curl -X POST "http://IP:8080/api/v2/scan?host=example.com"
It return: {"error":"error-unknown","message":"connect ECONNREFUSED 127.0.0.1:5432"}
⑤This should be a problem of my database configuration.
What did you expect to see?
The official docker-compolse.yml file
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
No response
The text was updated successfully, but these errors were encountered: