diff --git a/birdhouse/components/geoserver/default.env b/birdhouse/components/geoserver/default.env index da1de4ae..d9c60675 100644 --- a/birdhouse/components/geoserver/default.env +++ b/birdhouse/components/geoserver/default.env @@ -24,7 +24,8 @@ export GEOSERVER_STABLE_EXTENSIONS="grib-plugin,netcdf-plugin,netcdf-out-plugin, # https://github.com/kartoza/docker-geoserver/blob/master/build_data/community_plugins.txt export GEOSERVER_COMMUNITY_EXTENSIONS="geopkg-plugin,\ ogcapi-coverages-plugin,ogcapi-dggs-plugin,ogcapi-features-plugin,ogcapi-images-plugin,\ -ogcapi-maps-plugin,ogcapi-styles-plugin,ogcapi-tiled-features-plugin,ogcapi-tiles-plugin" +ogcapi-maps-plugin,ogcapi-styles-plugin,ogcapi-tiled-features-plugin,ogcapi-tiles-plugin,\ +stac-datastore-plugin" # Must use single-quote for delayed eval. export GEOSERVER_DATA_DIR='${BIRDHOUSE_DATA_PERSIST_ROOT}/geoserver'