include geoip db fetch during setup

This commit is contained in:
lza_menace 2021-06-18 13:18:43 -07:00
parent 268912d0c1
commit 1a6374afb9
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
setup:
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
wget https://github.com/P3TERX/GeoLite.mmdb/raw/download/GeoLite2-City.mmdb -P data
up:
docker-compose up -d