Configure Proxy

Ok I have tried all the darn ways I can figure out on how to set the proxy variable ONLY for the grafana app while inside a podman/docker image… I have tried setting the env variables in the supervisord.d files… exiting committing restarting (they re gone) After I do a reread update restart

Can anyone help me out here? I can get it to run for a bit but if the docker restarts I’m back to square one.

Hello @meyerder,
I’m looking at the main nginx.conf file and I see this:

include /etc/nginx/conf.d/*.conf;

Maybe you can use this to bind-mount an external config file with your proxy settings into the container?