mirror of
https://github.com/lephisto/pfsense-analytics.git
synced 2025-12-06 04:19:19 +01:00
Updated the graylog image to pull in the GeoIP when built.
To update the GeoIP all you need to do is rebuild the image (docker-compose build)
This commit is contained in:
@@ -25,11 +25,10 @@ services:
|
||||
|
||||
# Graylog: https://hub.docker.com/r/graylog/graylog/
|
||||
graylog:
|
||||
image: 'graylog/graylog:3.1'
|
||||
build: graylog/.
|
||||
volumes:
|
||||
- 'graylog_journal:/usr/share/graylog/data/journal'
|
||||
- './service-names-port-numbers.csv:/etc/graylog/server/service-names-port-numbers.csv'
|
||||
- './GeoLite2-City.mmdb:/etc/graylog/server/GeoLite2-City.mmdb'
|
||||
env_file:
|
||||
- ./graylog.env
|
||||
links:
|
||||
@@ -107,4 +106,4 @@ volumes:
|
||||
grafana:
|
||||
driver: local
|
||||
influxdb:
|
||||
driver: local
|
||||
driver: local
|
||||
|
||||
Reference in New Issue
Block a user