Commit 4c8deff8 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige variable y valor por defecto, documenta

parent 7bb4f7f5
Loading
Loading
Loading
Loading
+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.
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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: