Monitoring
The docker-compose repository ships with a pre-configured Grafana and Prometheus setup that can be used to monitor the wger application, as well as the logs via Loki and Alloy:
Set
EXPOSE_PROMETHEUS_METRICS=Truein your env file and restart the application.Change into the
grafanafolder of the docker-compose repository and start its compose file.Open http://localhost:3000 and log in with username
adminand passwordadminadmin.
To change the default password, edit grafana/web.yml.