Docker base image for Zope with Eionet Data Repository specific Add-ons and settings available.
:latest
(default)
-
Install Docker
-
Install Docker Compose (optional)
See eeacms/zope
$ docker pull eeacms/reportek-base-dr
On top of the environment variables supported by the base eeacms/zope image, you can also use the following variables which won't trigger a re-run of the buildout process:
-
ZOPE_THREADS
- default2
-
ZOPE_FAST_LISTEN
- defaultoff
-
GRAYLOG
- format<hostname_or_ip>:<port>
-
GRAYLOG_FACILITY
-
ZOPE_FORCE_CONNECTION_CLOSE
- defaulton
-
SESSION_MANAGER_TIMEOUT
- in minutes -
ZEO_ADDRESS
- format<hostname_or_ip>:<port>
-
ZEO_READ_ONLY
- defaultfalse
-
ZEO_CLIENT_READ_ONLY_FALLBACK
- defaultfalse
-
ZEO_SHARED_BLOB_DIR
- defaultoff
-
ZEO_STORAGE
- default1
-
ZEO_CLIENT_CACHE_SIZE
- default128MB
-
ZEO_CLIENT_BLOB_CACHE_SIZE
- default500000000
in bytes -
EVENT_LOG_LEVEL
- defaultINFO
-
ACCESS_LOG_LEVEL
- defaultWARN
-
ZIP_CACHE_ENABLED
- defaulttrue
-
ZIP_CACHE_THRESHOLD
- default100000000
in bytes -
ZIP_CACHE_PATH
- default/opt/zope/var/instance/zip_cache
The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.
The Original Code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.