Commit b1933a07 authored by Noel Alonso's avatar Noel Alonso
Browse files

Añade extensión cog-s3-plugin y variables de conf

parent cbf0602b
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ HTTP_SCHEME=https
GEOSERVER_ADMIN_USER=admin
GEOSERVER_ADMIN_PASSWORD=changeme
STABLE_EXTENSIONS=css-plugin,inspire-plugin,csw-plugin,netcdf-plugin,netcdf-out-plugin,ysld-plugin
COMMUNITY_EXTENSIONS=jms-cluster-plugin,cog-http-plugin,stac-datastore-plugin
COMMUNITY_EXTENSIONS=jms-cluster-plugin,cog-http-plugin,stac-datastore-plugin,cog-s3-plugin
TOMCAT_EXTRAS=false
ROOT_WEBAPP_REDIRECT=true
GEOSERVER_LABEL_COLOR=white
@@ -23,6 +23,12 @@ DISABLE_CORS=false
GEOSERVER_XSTREAM_WHITELIST=org.geotools.jdbc.**
CHOWN_DATA_DIR=true

IIO_S3_AWS_ENDPOINT=change.me
IIO_S3_AWS_FORCE_PATH_STYLE=true
IIO_S3_AWS_REGION=us-east-1
IIO_S3_AWS_USER=changeme
IIO_S3_AWS_PASSWORD=changeme

CLUSTERING=true
CLUSTER_DURABILITY=false
CLUSTER_CONNECTION_RETRY_COUNT=10
+5 −0
Original line number Diff line number Diff line
@@ -56,6 +56,11 @@ x-geoserver-environment: &geoserver-environment
  EXISTING_DATA_DIR:
  CHOWN_DATA_DIR:
  ADDITIONAL_JAVA_STARTUP_OPTIONS:
  IIO_S3_AWS_ENDPOINT:
  IIO_S3_AWS_FORCE_PATH_STYLE:
  IIO_S3_AWS_REGION:
  IIO_S3_AWS_USER:
  IIO_S3_AWS_PASSWORD:

x-geoserver-deploy: &geoserver-deploy
  mode: replicated