-
Notifications
You must be signed in to change notification settings - Fork 11
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
Use NginX as web server #206
Conversation
You have successfully added a new CodeQL configuration |
You have successfully added a new CodeQL configuration |
f1cde83
to
2d9fe85
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done! Definitely an improvement for production deployments. Just a few remarks on trivial matters.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look great! :D
Might want to update radixconfig.yaml as well. Does not look like it will work deployed like this
Forgot to update it. Will do |
@soofstad Is there an easy way to test the new radix configuration? |
Nope. Fingers crossed and deploy to test |
Well, it seems the
I found the following from a quick search - seems like a recent change (upstream, poetry or some other build dependency) has caused something to break?
I guess it might relate to us not being explicit about which Also, did you do a fresh build of the Docker image prior to running the |
5a5f19a
to
3c6ebd9
Compare
Why is this pull request needed?
It removes the need for a separate container, whose only job is to serve static files.
What does this pull request change?
It moves all the NginX configuration into
web
, so that we can use a multistage build for the web server.It preserves hot-reloading when running locally
Issues related to this change: