- git clone
lightlogs
intosrc/
- cd src/ && cp .env.example .env
- cd .. && docker-compose up -d --build
- DB_CONNECTION=pgsql
- DB_HOST=timescale
- DB_PORT=5432
- DB_DATABASE=lightlogs
- DB_USERNAME=default
- DB_PASSWORD=secret
docker-compose run --rm composer i
docker-compose run --rm app php artisan migrate:fresh --seed
- nginx: http://localhost:8080
- pgsql: timescale:5432
- grafana: http://localhost:3000