Hi all,
we are trying to use uwsgi to host a django application in a docker [1]
container.
Docker's main way to configure packaged application is to pass environment
variables to them.
So I configured my django application to read most of the settings from
os.environ but it seems like uwsgi does not pass the environment variables
it receives from the parent to the children.
Is there a way to enable this behavior in uwsgi?

Regards,
Roberto Bampi

[1] https://docker.io
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to