<div dir="ltr"><div>Dear list,</div><div><br></div><div>I've got a geonode 4  in docker running on my local network, and it  is working fine.</div><div>I would like to use a cloudflare tunnel to get it online.</div><div>But somehow i can't get it to work. Has anyone tried this with succes?</div><div><br></div><div>If I (for example) use rstudioserver to get it tunneled to the internet it works fine.</div><div>In this rstudio docker-compose.yml I add the networks option  referring to a created bridge network called tunnel.</div><div>In the services I refer to this,  see below<br></div><div><br></div><div><span style="font-family:monospace">version: '3'</span></div><span style="font-family:monospace">networks:<br>  tunnel:<br>    external: true<br><br>services:<br>  geocompx:<br>    image: <a href="http://ghcr.io/geocompx/docker:qgis">ghcr.io/geocompx/docker:qgis</a><br>    container_name: rstudio<br>    restart: always<br>    environment:<br>      - USER=rstudio<br>      - PASSWORD=blablabla<br>      - ROOT=TRUE<br>    ports:<br>      - 8786:8787<br>    volumes:<br>      - geocompxdata:/home/rstudio/data<br>    networks:<br>      - tunnel</span><div><span style="font-family:monospace"><br></span></div><div>If I do the same in the geonode docker-compose.yml, it gives errors.</div><div></div><div>and geonode fails to start.</div><div><br></div><div>I'm a novice at this so probably I miss something, but I haven't got a clue at the moment</div><div></div><div>Any advice is welcome  :-)<br></div><div><br></div><div>Thanks,<br></div><div><span class="gmail_signature_prefix"> </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Met groet,<br>Jan Willem<font face="Arial" size="2"><span style="font-family:Arial;font-size:10pt"><br><br></span></font></div></div></div></div>