- Run
docker-compose up
. All services should be up and running except InfluxDB. - To finish setting up InfluxDB, Open your browser and go to
http://localhost:8086
. - Enter your username and password.
- For
Initial Organizaion Name
, enterrnkm63
- For
Initial Bucket Name
, enterrnkm63-logs
- Choose
Quick Start
. - In the dashboard, select
Load data -> Tokens
- Copy your token and put it in
INFLUXDB_TOKEN
key in.env
- InfluxDB should now be ready.