docker: switch to IPinfo database by default

This is useful as it is CC-BY-SA 4.0 licensed and it is OK to share my access token.

Fix #455
This commit is contained in:
Vincent Bernat
2023-08-05 17:38:21 +02:00
parent a9075d894b
commit b2bec3506c
8 changed files with 39 additions and 23 deletions

View File

@@ -2,8 +2,8 @@
*Akvorado*[^name] receives flows (currently Netflow/IPFIX and sFlow), enriches
them with interface names (using SNMP), geo information (using
MaxMind), and exports them to Kafka, then ClickHouse. It also exposes
a web interface to browse the result.
[IPinfo](https://ipinfo.io/) or MaxMind), and exports them to Kafka, then
ClickHouse. It also exposes a web interface to browse the result.
[^name]: [Akvorado][] means "water wheel" in Esperanto.
@@ -51,10 +51,6 @@ You can get all the expanded configuration (with default values) with
`docker-compose exec akvorado-orchestrator akvorado orchestrator
--check --dump /etc/akvorado/akvorado.yaml`.
Take a look at the `docker-compose.yml` file if you want to setup the
GeoIP database. It requires two environment variables to fetch them
from [MaxMind](https://dev.maxmind.com/geoip/geolite2-free-geolocation-data).
Once you are ready, you can run everything in the background with
`docker-compose up -d`.