pull/1/head
Nils Bühner 2020-12-17 22:44:46 +01:00
parent 6945df30cb
commit 5391f2cb4f
2 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,6 @@ Pass as environment variables. If not passed, the default values will be used.
## TODOs ## TODOs
* CORS
* configuration of JNDI connections in the tomcat/custom tomcat configuration in general * configuration of JNDI connections in the tomcat/custom tomcat configuration in general
* default data for gs datadir? * default data for gs datadir?
* log4j properties * log4j properties

View File

@ -13,6 +13,8 @@ services:
- STABLE_EXTENSIONS=wps,csw - STABLE_EXTENSIONS=wps,csw
- INITIAL_MEMORY=1G - INITIAL_MEMORY=1G
- MAXIMUM_MEMORY=2G - MAXIMUM_MEMORY=2G
- JAIEXT_ENABLED=true
- GEOSERVER_DATA_DIR=/opt/geoserver_data/
volumes: volumes:
- ./demo_data/geoserver_data:/opt/geoserver_data/:Z - ./demo_data/geoserver_data:/opt/geoserver_data/:Z
- ./demo_data/additional_libs:/opt/additional_libs:Z # by mounting this we can install libs from host on startup - ./demo_data/additional_libs:/opt/additional_libs:Z # by mounting this we can install libs from host on startup