You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default root setup is simple and should stay like it. It's meant for development purpose on this docker image.
Those extra configurations are samples (peopleasked for it) for quick testing but this repository is not meant to be cloned for production or demo purpose.
The scalable setup adds a lot of complexity (which is undesired for developoment) and most of the time you will need some more configuration to match your needs.
Anyway, we can add some details in the readme to test the scalable setup, something like:
curl https://raw.githubusercontent.com/opendatateam/docker-udata/master/samples/scalable/docker-compose.yml > docker-compose.yml
docker-compose up
Why not use a dedicated service for the worker? It would allow us to bypass some uwsgi complexity and mirror more closely our production setup.
The text was updated successfully, but these errors were encountered: