-
Notifications
You must be signed in to change notification settings - Fork 267
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
Connection refused while connecting to upstream #31
Comments
Hi, After going crazy thinking it was an Nginx/Proxy/Let's Encrypt issue like I'm sure you did, I discovered tonight that the Docker container with the database is not being seeded and nothing works. There's nothing in any logs anywhere to indicate such an error. If you want to prove the same thing to yourself, connect to your DB container via type The other option which I didn't try yet is dropping back to a previous image version other than latest. Mega-frustrating. |
Hey @ghhv many thanks for your thoughts. But unfortunately the database-container is running very well. TBH: |
Doh.. that's a shame.. so weird on my end. As for your Docker-Compose.YML file, you're missing the - VIRTUAL_NETWORK= which should be set to ${NGINXPROXYNETWORK} in the WEB container. Hopefully that fixes it. Cheers, |
I also have the web port set to something different so that the external proxy port 80 redirects to it. Which will be needed for multiple end points on the same Docker server. ports: The error you're getting normally means something is not listening at the port expected. See how those changes go. |
Maybe adding http://docs.invoiceninja.com/en/latest/configure.html#using-a-proxy |
@Hermsi1337 do you solved your issue ? Can we close this one ? |
Oh sorry @lalop !! Sorry for not closing this issue! |
Hey Folks,
I'm a bit of a blockhead just now. I try to setup invoice ninja along with an nginx-proxy from jwilder with docker-compose. No matter what I do, I get the following error:
Do you guys have an Idea?
This is my docker-compose.yml:
My nginx.conf:
The text was updated successfully, but these errors were encountered: