monero.fail/Makefile

17 lines
252 B
Makefile
Raw Permalink Normal View History

2021-06-11 22:15:16 +01:00
setup:
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
2021-06-18 21:18:43 +01:00
wget https://github.com/P3TERX/GeoLite.mmdb/raw/download/GeoLite2-City.mmdb -P data
2021-06-11 22:15:16 +01:00
2020-10-24 06:55:34 +01:00
up:
docker-compose up -d
2021-03-07 06:39:22 +00:00
dev:
./bin/dev
prod:
./bin/prod
2020-10-24 06:55:34 +01:00
logs:
docker-compose logs -f