Manuel
dd4bbc4b22
* Update ElasticSearch and Kibana version * Remove nginx config and cert generation for use of reverse proxy on host * Replace geoip updater with crazymax image * Update formatting to have unix line endings * Rename docker-compose.yml to compose.yml * Add explicit network to compose.yml for use with ipv6 (optional)
7 lines
No EOL
167 B
Bash
7 lines
No EOL
167 B
Bash
TZ=Europe/Berlin
|
|
EDITION_IDS="GeoLite2-ASN,GeoLite2-City,GeoLite2-Country"
|
|
LICENSE_KEY=abc1234
|
|
DOWNLOAD_PATH="/data"
|
|
SCHEDULE="0 0 * * 0"
|
|
LOG_LEVEL=warn
|
|
LOG_JSON=false |