<div dir="ltr">Hi,<div><br></div><div>Running GeoNode using Docker and behind an outer reverse proxy (that handles HTTPS and stuff), everytime I docker-compose build and up -d, I have to go into the container to edit GeoServer's  /usr/local/tomcat/tmp/webapps/geoserver/WEB-INF/web.xml and add something like this to make it work with the https URL.</div><div><div><br></div><div>    <context-param><br>      <param-name>PROXY_BASE_URL</param-name><br>      <param-value><a href="http://82.58.146.45/geoserver">http://82.58.146.45/geoserver</a></param-value><br>    </context-param><br></div></div><div><br></div><div>Just wonder if there is a convenient variable in .env that one can set before bulding and have the PROXY_BASE_URL set automagically?</div><div><br></div><div>Thank you very much,</div><div>Pattara</div><div><br></div><div><br></div></div>