Update docker-compose-demo.yml
postgis service map and expose the port to 5555pull/36/head
parent
7c087d2f46
commit
efb4bf266c
|
|
@ -15,7 +15,7 @@ services:
|
||||||
- EXTRA_JAVA_OPTS=-Xms1G -Xmx2G
|
- EXTRA_JAVA_OPTS=-Xms1G -Xmx2G
|
||||||
- POSTGRES_JNDI_ENABLED=true
|
- POSTGRES_JNDI_ENABLED=true
|
||||||
- POSTGRES_HOST=postgis
|
- POSTGRES_HOST=postgis
|
||||||
- POSTGRES_PORT=5432
|
- POSTGRES_PORT=5555
|
||||||
- POSTGRES_DB=geoserver
|
- POSTGRES_DB=geoserver
|
||||||
- POSTGRES_USERNAME=geoserver
|
- POSTGRES_USERNAME=geoserver
|
||||||
- POSTGRES_PASSWORD=geoserver
|
- POSTGRES_PASSWORD=geoserver
|
||||||
|
|
@ -31,4 +31,4 @@ services:
|
||||||
POSTGRES_USER: geoserver
|
POSTGRES_USER: geoserver
|
||||||
POSTGRES_PASSWORD: geoserver
|
POSTGRES_PASSWORD: geoserver
|
||||||
volumes:
|
volumes:
|
||||||
- ./postgis/postgresql_data:/var/lib/postgresql/data:Z
|
- ./postgis/postgresql_data:/var/lib/postgresql/data:Z
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue