- Configure the local development environment
make setup
- Start Docker
Build containers
make build
# Or a specific container
make build container=[frontend|server|database|dbadmin|grafana|loki|prometheus]
Run containers
make run
# Or a specific container
make run container=[frontend|server|database|dbadmin|grafana|loki|prometheus]
Describe containers
make describe
Login to a container
make login container=[frontend|server|database|dbadmin|grafana|loki|prometheus]
Cleanup everything (containers, images, volumes)
make clean
The application is made of the containers below.
Name | Url | Documentation |
---|---|---|
frontend | https://localhost:8010 | README |
server | https://localhost:8002 | README |
database | https://localhost:3307 | README |
dbadmin | https://localhost:8003 | README |
grafana | http://localhost:8005 | README |
prometheus | http://localhost:8004 | README |