<div dir="ltr">Hi Tobias,<br><br>Thanks for replying, but how it will work without running server-develop ?<br>and also what about the problem with WMTS ?<br><br>Thanks in advanced</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Feb 18, 2022 at 2:32 PM Tobias Wendorff <<a href="mailto:tobias.wendorff@tu-dortmund.de">tobias.wendorff@tu-dortmund.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hey,<br>
<br>
there are several MapProxy containers available, but no official one:<br>
<a href="https://www.google.com/search?q=docker+mapproxy" rel="noreferrer" target="_blank">https://www.google.com/search?q=docker+mapproxy</a><br>
<br>
It's not recommend to use `serve-develop` for deployment or in <br>
production. In my containers, I'm using Gunicorn with a simple PID-0 <br>
manager to kill possible leftovers. It's against container concept to <br>
let a container or its process start on its own. Once the application <br>
dies, the container (and its application) should be restarted from outside.<br>
<br>
The simplest way to start mapproxy-util or Gunicorn (etc.) is it put it <br>
into a systemd- or a SysV-service. Here's a simple howto (there are tons <br>
on the web): <a href="https://www.shellhacks.com/systemd-service-file-example/" rel="noreferrer" target="_blank">https://www.shellhacks.com/systemd-service-file-example/</a><br>
<br>
Best regards,<br>
Tobias<br>
<br>
<br>
Am 18.02.2022 um 12:48 schrieb Hazem:<br>
> Hello Everyone,<br>
> <br>
> I have configured WMTS in mapproxy.yaml file, but when trying to consume <br>
> it in FrontEnd using OpenLayers, It didn't appear! I think its related <br>
> to the configuration for EPSG 4326 in YAML file.<br>
> <br>
> Also, Is there any way to make the [*mapproxy-util serve-develop*] run <br>
> automatically or is there any docker image for that ??<br>
> <br>
> I need your help, Thank you all<br>
> <br>
> _______________________________________________<br>
> MapProxy mailing list<br>
> <a href="mailto:MapProxy@lists.osgeo.org" target="_blank">MapProxy@lists.osgeo.org</a><br>
> <a href="https://lists.osgeo.org/mailman/listinfo/mapproxy" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/mapproxy</a><br>
_______________________________________________<br>
MapProxy mailing list<br>
<a href="mailto:MapProxy@lists.osgeo.org" target="_blank">MapProxy@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/mapproxy" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/mapproxy</a><br>
</blockquote></div>