geoserver / geoserver-cloud

Cloud Native GeoServer is GeoServer ready to use in the cloud through dockerized microservices.

Home Page:http://geoserver.org/geoserver-cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configure data_directory to point to Azure Blob Container

bruschke opened this issue · comments

Getting started with geoserver-cloud. Trying to add a Shapefile type store. Is there a way to update the Shapefile location Data Directory to point to an Azure Blob Container?

image

We are using the docker-compose with JDBCConfig.

you mount the blob store as a volume on all geoserver containers (webui,wfs,wms,wcs,rest,gwc) using the same mount point (e.g. /mnt/azure or whatever) and configure it normally in the webui.

If you want the webui to show the filesystem contents, set the geoserver.web-ui.file-browser.hide-file-system config property to false

https://azure.microsoft.com/en-us/blog/persistent-docker-volumes-with-azure-file-storage/