-
-
Notifications
You must be signed in to change notification settings - Fork 26
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] adventurelog-backend Error starting nginx #366
Comments
Hi @kceleslie, I think this is an issue with the nginx config. The default config expects the server service to be named |
Thanks, that seems to have resolved that issue. Having other issues now but i think it's on my end. |
@seanmorley15 / @kceleslie Would you consider reopening this? It's definitely a bug in my opinion. The nginx config should not have any sway on the naming of the backend service/host, especially considering that it's required to be separate from the front-end. Ultimately I think having them combined in a single container would be tidier, but this would be a good first step in making this config more friendly for those running it on a cluster (like myself). |
No worries @perry-mitchell! Just about to release a quick fix using some docker networking tricks to fix the issue! |
Describe the bug
Just upgraded to 0.7.1 and the adventurelog-backend wont start. I'm getting an error "Starting nginx: nginx failed"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Server starts
Screenshots
If applicable, add screenshots to help explain your problem.
Docker Compose
I'm running mine within k3s, which i understand is probably not a supported. I'll paste my config and it's probably something i've got wrong. But it did work on previous versions. It would be helpful if i could get more logs to help pinpoint the problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: