line / promgen

Promgen is a configuration file generator for Prometheus
https://line.github.io/promgen/
MIT License
1.06k stars 150 forks source link

docker-compose setup results in broken UI #351

Closed ackstorm23 closed 3 years ago

ackstorm23 commented 3 years ago

I installed promgen via the docker-compose.yml provided in the repository

While it appeared to complete successfully and is not throwing any errors in the logs when i try to access the website, it looks like this:

screenshot

What could be wrong?

kfdm commented 3 years ago

My guess is that last time I updated Django, I also needed to update whitenoise so that it serves the assets correctly. This PR should fix things 🙇

kfdm commented 3 years ago

Merged the update and it seems to work for me. Sorry for the trouble 🙇

ackstorm23 commented 3 years ago

All better now, thanks!