Minors
parent
6945df30cb
commit
5391f2cb4f
|
|
@ -48,7 +48,6 @@ Pass as environment variables. If not passed, the default values will be used.
|
|||
|
||||
## TODOs
|
||||
|
||||
* CORS
|
||||
* configuration of JNDI connections in the tomcat/custom tomcat configuration in general
|
||||
* default data for gs datadir?
|
||||
* log4j properties
|
||||
|
|
|
|||
|
|
@ -13,6 +13,8 @@ services:
|
|||
- STABLE_EXTENSIONS=wps,csw
|
||||
- INITIAL_MEMORY=1G
|
||||
- MAXIMUM_MEMORY=2G
|
||||
- JAIEXT_ENABLED=true
|
||||
- GEOSERVER_DATA_DIR=/opt/geoserver_data/
|
||||
volumes:
|
||||
- ./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
|
||||
|
|
|
|||
Loading…
Reference in New Issue