Replies: 1 comment
-
Solved modifying nginx .conf |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
the goal of deploying invenio only via docker containers (i.e. getting rid of invenio-cli...) is great to me.
I'm trying to run the services using nginx as proxy but I'm facing many errors difficult to debug. Caddy's configuration in the repo Caddyfile seems very lightweight and simple. I'm trying to reproduce that config in nginx container basing on invenioRDM cookiecutter scaffold file but it doesn't work, getting errors like bad gateway or untrusted
I'm aware that standard invenioRDM runs uwsgi while invenio rdm starter runs gunicorn but I am very ignorant about these two.
I'm trying to figure out if it could work relying only on conf in the nginx proxy container or maybe I need to do something more sophisticated, as editing Dockerfile about gunicorn/uwsgi part.
Thank you for any help
Beta Was this translation helpful? Give feedback.
All reactions