Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line include: - project: 'redmic-project/gitlab-ci-templates' ref: master file: '/deployment.yml' file: '/deployment-service/docker-deploy.yml' - project: 'redmic-project/gitlab-ci-templates' ref: master file: '/deployment-external-service/backup-files.yml' - project: 'redmic-project/gitlab-ci-templates' ref: master file: '/maintenance.yml' file: '/deployment-service/maintenance.yml' stages: - deploy Loading deploy/.env +7 −4 Original line number Diff line number Diff line GEOSERVER_PORT=8080 BROKER_PORT=61616 GEOSERVER_DATA_DIR=/opt/geoserver/data_dir GEOWEBCACHE_CACHE_DIR=/opt/geoserver/gwc FONTS_DIR=/opt/fonts FOOTPRINTS_DATA_DIR=/opt/footprints_dir EXTRA_CONFIG_DIR=/settings 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 CLUSTERING=true CLUSTER_DURABILITY=false CLUSTER_CONNECTION_RETRY_COUNT=10 CLUSTER_CONNECTION_MAX_WAIT=500 TOMCAT_EXTRAS=false ROOT_WEBAPP_REDIRECT=true GEOSERVER_LABEL_COLOR=white Loading @@ -24,6 +22,11 @@ GEOSERVER_LOG_LEVEL=PRODUCTION_LOGGING DISABLE_CORS=false GEOSERVER_XSTREAM_WHITELIST=org.geotools.jdbc.** CLUSTERING=true CLUSTER_DURABILITY=false CLUSTER_CONNECTION_RETRY_COUNT=10 CLUSTER_CONNECTION_MAX_WAIT=500 DEV_MASTER_INITIAL_MEMORY=1G DEV_MASTER_MAXIMUM_MEMORY=1G DEV_GEOSERVER_MASTER_RESOURCES_RESERVATIONS_MEMORY=1500M Loading deploy/docker-compose.dev.yml→deploy/compose.dev.yml +0 −2 Original line number Diff line number Diff line version: '3.9' services: geoserver-master: environment: Loading deploy/docker-compose.prod.yml→deploy/compose.prod.yml +0 −2 Original line number Diff line number Diff line version: '3.9' services: geoserver-master: environment: Loading deploy/docker-compose.tmpl.yml→deploy/compose.tmpl.yml +0 −2 Original line number Diff line number Diff line version: '3.9' x-geoserver-root: &geoserver-root image: ${GEOSERVER_IMAGE_NAME:-kartoza/geoserver}:${GEOSERVER_IMAGE_TAG:-latest} networks: Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line include: - project: 'redmic-project/gitlab-ci-templates' ref: master file: '/deployment.yml' file: '/deployment-service/docker-deploy.yml' - project: 'redmic-project/gitlab-ci-templates' ref: master file: '/deployment-external-service/backup-files.yml' - project: 'redmic-project/gitlab-ci-templates' ref: master file: '/maintenance.yml' file: '/deployment-service/maintenance.yml' stages: - deploy Loading
deploy/.env +7 −4 Original line number Diff line number Diff line GEOSERVER_PORT=8080 BROKER_PORT=61616 GEOSERVER_DATA_DIR=/opt/geoserver/data_dir GEOWEBCACHE_CACHE_DIR=/opt/geoserver/gwc FONTS_DIR=/opt/fonts FOOTPRINTS_DATA_DIR=/opt/footprints_dir EXTRA_CONFIG_DIR=/settings 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 CLUSTERING=true CLUSTER_DURABILITY=false CLUSTER_CONNECTION_RETRY_COUNT=10 CLUSTER_CONNECTION_MAX_WAIT=500 TOMCAT_EXTRAS=false ROOT_WEBAPP_REDIRECT=true GEOSERVER_LABEL_COLOR=white Loading @@ -24,6 +22,11 @@ GEOSERVER_LOG_LEVEL=PRODUCTION_LOGGING DISABLE_CORS=false GEOSERVER_XSTREAM_WHITELIST=org.geotools.jdbc.** CLUSTERING=true CLUSTER_DURABILITY=false CLUSTER_CONNECTION_RETRY_COUNT=10 CLUSTER_CONNECTION_MAX_WAIT=500 DEV_MASTER_INITIAL_MEMORY=1G DEV_MASTER_MAXIMUM_MEMORY=1G DEV_GEOSERVER_MASTER_RESOURCES_RESERVATIONS_MEMORY=1500M Loading
deploy/docker-compose.dev.yml→deploy/compose.dev.yml +0 −2 Original line number Diff line number Diff line version: '3.9' services: geoserver-master: environment: Loading
deploy/docker-compose.prod.yml→deploy/compose.prod.yml +0 −2 Original line number Diff line number Diff line version: '3.9' services: geoserver-master: environment: Loading
deploy/docker-compose.tmpl.yml→deploy/compose.tmpl.yml +0 −2 Original line number Diff line number Diff line version: '3.9' x-geoserver-root: &geoserver-root image: ${GEOSERVER_IMAGE_NAME:-kartoza/geoserver}:${GEOSERVER_IMAGE_TAG:-latest} networks: Loading