-
Notifications
You must be signed in to change notification settings - Fork 146
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
[Bug report]: unable to start docker container with docker-compose file #2068
Comments
Any Help? I have No Idea why the Database Connection dont Work |
Hi @Xtreme89, you can try deleting all the containers and starting afresh. |
Hi, sure i have tried it. i follow this guide and not more https://docs.getconvoy.io/deployment/install-convoy/docker Container "web" cant start successfully
when i access the gui, i can see it and login is also okay, but i think database is not working because of the error in the top
when i look at the compose file in the directory /configs/ then there differents between the file in /configs/local/ what i have started in the guide Just to be clear, I started the compose file in the configs/local/ directory as written in the instructions |
Can you share the logs from the database container? |
Sure, here Database
Bouncer
Web
Redis
|
This log line means the {"level":"info","msg":"Starting Convoy control plane...","time":"2024-06-20 20:04:43"} It is usually in a crash loop while waiting for the database to be ready. |
Zu normally everything is working? The webcontainer ist only not waiting long enough for the database? |
@Xtreme89 Yes. |
OK thanks i will Check and report |
Feel free to re-open this if you have any other issues. @Xtreme89 |
Describe the bug
Hi,
i use the docker-compose template and iam unable to start the container, the web container always failed to start, and the docker compose logs showing me the error that the connection to the database is always refused
web-1 | time="2024-06-16T12:43:03Z" level=fatal msg="[postgres]: failed to open database - dial tcp 192.168.96.4:6432: connect: connection refused"
I used the Guide under this URL
https://docs.getconvoy.io/deployment/install-convoy/docker
the files are the original from github without any modification
Docker Version: 26.1.4, build 5650f9b
Host OS: Ubuntu 22.04.4
The text was updated successfully, but these errors were encountered: