mirror of
https://github.com/geoserver/geoserver-cloud.git
synced 2025-12-08 20:16:08 +00:00
Update docs to point to 1.9.2
This commit is contained in:
parent
96d4df585e
commit
0f357a3019
@ -97,7 +97,7 @@ If you're looking for instructions to just get *GeoServer Cloud* up and running
|
||||
|
||||
## Status
|
||||
|
||||
`v1.9.1` released on top of GeoServer `2.26.1`.
|
||||
`v1.9.2` released on top of GeoServer `2.26.1`.
|
||||
|
||||
Check out the full [Release Notes](https://github.com/geoserver/geoserver-cloud/releases) for a changelog.
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@ services:
|
||||
memory: 1G
|
||||
|
||||
discovery:
|
||||
image: geoservercloud/geoserver-cloud-discovery:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-discovery:1.9.2
|
||||
user: 1000:1000 # set the userid:groupid the container runs as
|
||||
ports:
|
||||
- 8761:8761
|
||||
@ -39,7 +39,7 @@ services:
|
||||
# microservices. Being a Discovery First Bootstrap configuration, it'll
|
||||
# register itself with the Eureka discovery service and can be scaled
|
||||
config:
|
||||
image: geoservercloud/geoserver-cloud-config:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-config:1.9.2
|
||||
user: 1000:1000 # set the userid:groupid the container runs as
|
||||
depends_on:
|
||||
- discovery
|
||||
@ -50,7 +50,7 @@ services:
|
||||
# the default repository https://github.com/geoserver/geoserver-cloud-config.git
|
||||
SPRING_PROFILES_ACTIVE: native
|
||||
# If using the `git` profile, get the config from this tag
|
||||
SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.9.1
|
||||
SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.9.2
|
||||
# Uncoment to bind to a local filesystem directory if using the 'native' profile
|
||||
#volumes:
|
||||
# - ./config:/etc/geoserver
|
||||
@ -63,7 +63,7 @@ services:
|
||||
# Application facade, provides a single entry point routing to all
|
||||
# microservices (e.g. http://localhost:9090/geoserver/cloud/wms, http://localhost:9090/geoserver/cloud/wfs, etc)
|
||||
gateway:
|
||||
image: geoservercloud/geoserver-cloud-gateway:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-gateway:1.9.2
|
||||
user: 1000:1000 # set the userid:groupid the container runs as
|
||||
depends_on:
|
||||
- config
|
||||
@ -80,7 +80,7 @@ services:
|
||||
|
||||
# WFS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wfs=5)
|
||||
wfs:
|
||||
image: geoservercloud/geoserver-cloud-wfs:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-wfs:1.9.2
|
||||
user: 1000:1000 # set the userid:groupid the container runs as
|
||||
depends_on:
|
||||
- config
|
||||
@ -97,7 +97,7 @@ services:
|
||||
|
||||
# WMS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wms=5)
|
||||
wms:
|
||||
image: geoservercloud/geoserver-cloud-wms:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-wms:1.9.2
|
||||
user: 1000:1000 # set the userid:groupid the container runs as
|
||||
depends_on:
|
||||
- config
|
||||
@ -116,7 +116,7 @@ services:
|
||||
|
||||
# WCS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wcs=5)
|
||||
wcs:
|
||||
image: geoservercloud/geoserver-cloud-wcs:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-wcs:1.9.2
|
||||
user: 1000:1000 # set the userid:groupid the container runs as
|
||||
depends_on:
|
||||
- config
|
||||
@ -133,7 +133,7 @@ services:
|
||||
|
||||
# REST config microservice, port dynamically allocated to allow scaling (e.g docker compose scale rest=5)
|
||||
rest:
|
||||
image: geoservercloud/geoserver-cloud-rest:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-rest:1.9.2
|
||||
user: 1000:1000 # set the userid:groupid the container runs as
|
||||
depends_on:
|
||||
- config
|
||||
@ -152,7 +152,7 @@ services:
|
||||
|
||||
# WEB UI microservice
|
||||
webui:
|
||||
image: geoservercloud/geoserver-cloud-webui:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-webui:1.9.2
|
||||
user: 1000:1000 # set the userid:groupid the container runs as
|
||||
depends_on:
|
||||
- config
|
||||
@ -169,7 +169,7 @@ services:
|
||||
cpus: '2.0'
|
||||
memory: 1G
|
||||
gwc:
|
||||
image: geoservercloud/geoserver-cloud-gwc:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-gwc:1.9.2
|
||||
user: 1000:1000 # set the userid:groupid the container runs as
|
||||
depends_on:
|
||||
- config
|
||||
|
||||
@ -32,7 +32,7 @@ services:
|
||||
memory: 1G
|
||||
|
||||
discovery:
|
||||
image: geoservercloud/geoserver-cloud-discovery:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-discovery:1.9.2
|
||||
user: 1000:1000 # set the userid:groupid the container runs as
|
||||
restart: unless-stopped
|
||||
deploy:
|
||||
@ -45,7 +45,7 @@ services:
|
||||
# microservices. Being a Discovery First Bootstrap configuration, it'll
|
||||
# register itself with the Eureka discovery service and can be scaled
|
||||
config:
|
||||
image: geoservercloud/geoserver-cloud-config:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-config:1.9.2
|
||||
user: 1000:1000 # set the userid:groupid the container runs as
|
||||
depends_on:
|
||||
- discovery
|
||||
@ -56,7 +56,7 @@ services:
|
||||
# the default repository https://github.com/geoserver/geoserver-cloud-config.git
|
||||
SPRING_PROFILES_ACTIVE: native
|
||||
# If using the `git` profile, get the config from this tag
|
||||
SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.9.1
|
||||
SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.9.2
|
||||
# Uncoment to bind to a local filesystem directory if using the 'native' profile
|
||||
#volumes:
|
||||
# - ./config:/etc/geoserver
|
||||
@ -69,7 +69,7 @@ services:
|
||||
# Application facade, provides a single entry point routing to all
|
||||
# microservices (e.g. http://localhost:9090/geoserver/cloud/wms, http://localhost:9090/geoserver/cloud/wfs, etc)
|
||||
gateway:
|
||||
image: geoservercloud/geoserver-cloud-gateway:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-gateway:1.9.2
|
||||
user: 1000:1000 # set the userid:groupid the container runs as
|
||||
depends_on:
|
||||
- config
|
||||
@ -86,7 +86,7 @@ services:
|
||||
|
||||
# WFS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wfs=5)
|
||||
wfs:
|
||||
image: geoservercloud/geoserver-cloud-wfs:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-wfs:1.9.2
|
||||
user: 1000:1000 # set the userid:groupid the container runs as
|
||||
depends_on:
|
||||
config:
|
||||
@ -103,7 +103,7 @@ services:
|
||||
|
||||
# WMS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wms=5)
|
||||
wms:
|
||||
image: geoservercloud/geoserver-cloud-wms:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-wms:1.9.2
|
||||
user: 1000:1000 # set the userid:groupid the container runs as
|
||||
depends_on:
|
||||
config:
|
||||
@ -123,7 +123,7 @@ services:
|
||||
|
||||
# WCS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wcs=5)
|
||||
wcs:
|
||||
image: geoservercloud/geoserver-cloud-wcs:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-wcs:1.9.2
|
||||
user: 1000:1000 # set the userid:groupid the container runs as
|
||||
depends_on:
|
||||
config:
|
||||
@ -140,7 +140,7 @@ services:
|
||||
|
||||
# REST config microservice, port dynamically allocated to allow scaling (e.g docker compose scale rest=5)
|
||||
rest:
|
||||
image: geoservercloud/geoserver-cloud-rest:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-rest:1.9.2
|
||||
user: 1000:1000 # set the userid:groupid the container runs as
|
||||
depends_on:
|
||||
config:
|
||||
@ -159,7 +159,7 @@ services:
|
||||
|
||||
# WEB UI microservice
|
||||
webui:
|
||||
image: geoservercloud/geoserver-cloud-webui:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-webui:1.9.2
|
||||
user: 1000:1000 # set the userid:groupid the container runs as
|
||||
depends_on:
|
||||
config:
|
||||
@ -177,7 +177,7 @@ services:
|
||||
cpus: '2.0'
|
||||
memory: 1G
|
||||
gwc:
|
||||
image: geoservercloud/geoserver-cloud-gwc:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-gwc:1.9.2
|
||||
user: 1000:1000 # set the userid:groupid the container runs as
|
||||
depends_on:
|
||||
config:
|
||||
|
||||
@ -75,7 +75,7 @@ services:
|
||||
memory: 2G
|
||||
|
||||
discovery:
|
||||
image: geoservercloud/geoserver-cloud-discovery:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-discovery:1.9.2
|
||||
user: 1000:1000
|
||||
depends_on:
|
||||
- config
|
||||
@ -91,7 +91,7 @@ services:
|
||||
# microservices. Being a Discovery First Bootstrap configuration, it'll
|
||||
# register itself with the Eureka discovery service and can be scaled
|
||||
config:
|
||||
image: geoservercloud/geoserver-cloud-config:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-config:1.9.2
|
||||
user: 1000:1000 # set the userid:groupid the container runs as
|
||||
environment:
|
||||
# default to `native` loading the config embedded in /etc/geoserver
|
||||
@ -99,7 +99,7 @@ services:
|
||||
# the default repository https://github.com/geoserver/geoserver-cloud-config.git
|
||||
SPRING_PROFILES_ACTIVE: native
|
||||
# If using the `git` profile, get the config from this tag
|
||||
SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.9.1
|
||||
SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL: v1.9.2
|
||||
# Uncoment to bind to a local filesystem directory if using the 'native' profile
|
||||
#volumes:
|
||||
# - ./config:/etc/geoserver
|
||||
@ -112,7 +112,7 @@ services:
|
||||
# Application facade, provides a single entry point routing to all
|
||||
# microservices (e.g. http://localhost:9090/geoserver/wms, http://localhost:9090/geoserver/wfs, etc)
|
||||
gateway:
|
||||
image: geoservercloud/geoserver-cloud-gateway:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-gateway:1.9.2
|
||||
user: 1000:1000
|
||||
depends_on:
|
||||
- discovery
|
||||
@ -129,7 +129,7 @@ services:
|
||||
|
||||
# WFS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wfs=5)
|
||||
wfs:
|
||||
image: geoservercloud/geoserver-cloud-wfs:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-wfs:1.9.2
|
||||
extends:
|
||||
service: geoserver
|
||||
depends_on:
|
||||
@ -148,7 +148,7 @@ services:
|
||||
|
||||
# WMS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wms=5)
|
||||
wms:
|
||||
image: geoservercloud/geoserver-cloud-wms:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-wms:1.9.2
|
||||
extends:
|
||||
service: geoserver
|
||||
depends_on:
|
||||
@ -167,7 +167,7 @@ services:
|
||||
|
||||
# WCS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wcs=5)
|
||||
wcs:
|
||||
image: geoservercloud/geoserver-cloud-wcs:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-wcs:1.9.2
|
||||
extends:
|
||||
service: geoserver
|
||||
depends_on:
|
||||
@ -186,7 +186,7 @@ services:
|
||||
|
||||
# WPS microservice, port dynamically allocated to allow scaling (e.g docker compose scale wps=5)
|
||||
wps:
|
||||
image: geoservercloud/geoserver-cloud-wps:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-wps:1.9.2
|
||||
extends:
|
||||
service: geoserver
|
||||
depends_on:
|
||||
@ -205,7 +205,7 @@ services:
|
||||
|
||||
# REST config microservice, port dynamically allocated to allow scaling (e.g docker compose scale rest=5)
|
||||
rest:
|
||||
image: geoservercloud/geoserver-cloud-rest:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-rest:1.9.2
|
||||
extends:
|
||||
service: geoserver
|
||||
depends_on:
|
||||
@ -224,7 +224,7 @@ services:
|
||||
|
||||
# WEB UI microservice
|
||||
webui:
|
||||
image: geoservercloud/geoserver-cloud-webui:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-webui:1.9.2
|
||||
extends:
|
||||
service: geoserver
|
||||
depends_on:
|
||||
@ -242,7 +242,7 @@ services:
|
||||
replicas: 1
|
||||
|
||||
gwc:
|
||||
image: geoservercloud/geoserver-cloud-gwc:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-gwc:1.9.2
|
||||
extends:
|
||||
service: geoserver
|
||||
depends_on:
|
||||
@ -260,7 +260,7 @@ services:
|
||||
replicas: 1
|
||||
|
||||
geoserver:
|
||||
image: geoservercloud/geoserver-cloud-webui:1.9.1
|
||||
image: geoservercloud/geoserver-cloud-webui:1.9.2
|
||||
user: 1000:1000 # set the userid:groupid the container runs as
|
||||
environment:
|
||||
SPRING_PROFILES_ACTIVE: "pgconfig,acl"
|
||||
|
||||
@ -28,7 +28,7 @@ In order to speed up the "starting" part of the documentation we are going to do
|
||||
|
||||
```bash
|
||||
podman pull docker.io/library/rabbitmq:4-management-alpine
|
||||
export GSCLOUD_VERSION=1.9.1
|
||||
export GSCLOUD_VERSION=1.9.2
|
||||
|
||||
for service in discovery config gateway rest webui wms wfs wcs
|
||||
do
|
||||
@ -71,7 +71,7 @@ podman run -d --name=config --hostname=config \
|
||||
--network gs-cloud-network \
|
||||
-e SPRING_PROFILES_ACTIVE=git \
|
||||
-e CONFIG_GIT_URI=https://github.com/geoserver/geoserver-cloud-config.git \
|
||||
-e SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL=v1.9.1 \
|
||||
-e SPRING_CLOUD_CONFIG_SERVER_GIT_DEFAULT_LABEL=v1.9.2 \
|
||||
-e CONFIG_GIT_BASEDIR=/opt/app/git_config \
|
||||
geoservercloud/geoserver-cloud-config:$GSCLOUD_VERSION
|
||||
```
|
||||
|
||||
@ -142,7 +142,7 @@ The following diagram depicts the system's general architecture:
|
||||
|
||||
# Project Status
|
||||
|
||||
Version `1.9.1` has been released against a slightly customized GeoServer `2.26.1`
|
||||
Version `1.9.2` has been released against a slightly customized GeoServer `2.26.1`
|
||||
with some important fixes to allow starting up several GeoServer instances from an empty
|
||||
directory or database. We will make sure to contribute those fixes upstream before the final
|
||||
release.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user