Loading README.md +4 −0 Original line number Diff line number Diff line # GeoServer GeoServer is an open source server for sharing geospatial data ## Requirements You must deploy [PostgreSQL GWC](https://gitlab.com/redmic-project/gis/postgresql-gwc) first, in order to create required external network. deploy/.env +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ CLUSTER_DURABILITY=false CLUSTER_CONNECTION_RETRY_COUNT=10 CLUSTER_CONNECTION_MAX_WAIT=500 POSTGRES_HOST=postgresql-gwc POSTGRES_HOST=postgres-gwc POSTGRES_PORT=5432 POSTGRES_USER=geowebcache POSTGRES_PASS=changeme Loading deploy/compose.tmpl.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ networks: postgres-gwc-net: name: ${POSTGRES_GWC_NET_NAME:-postgres-gwc-net} driver: ${POSTGRES_NET_DRIVER:-overlay} driver: ${POSTGRES_GWC_NET_DRIVER:-overlay} external: true postgres-net: Loading Loading
README.md +4 −0 Original line number Diff line number Diff line # GeoServer GeoServer is an open source server for sharing geospatial data ## Requirements You must deploy [PostgreSQL GWC](https://gitlab.com/redmic-project/gis/postgresql-gwc) first, in order to create required external network.
deploy/.env +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ CLUSTER_DURABILITY=false CLUSTER_CONNECTION_RETRY_COUNT=10 CLUSTER_CONNECTION_MAX_WAIT=500 POSTGRES_HOST=postgresql-gwc POSTGRES_HOST=postgres-gwc POSTGRES_PORT=5432 POSTGRES_USER=geowebcache POSTGRES_PASS=changeme Loading
deploy/compose.tmpl.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ networks: postgres-gwc-net: name: ${POSTGRES_GWC_NET_NAME:-postgres-gwc-net} driver: ${POSTGRES_NET_DRIVER:-overlay} driver: ${POSTGRES_GWC_NET_DRIVER:-overlay} external: true postgres-net: Loading