Hacker News new | past | comments | ask | show | jobs | submit login
Self-Hosted Heatmaps/Recordings via Docker (uxwizz.com)
2 points by XCSme 35 days ago | hide | past | favorite | 1 comment



If anyone is interested in trying the analytics app I've been building over the last 13 years, I have just added a docker-compose you can try. A client requested to have a production-ready alternative to the existing all-in-one Docker image, which was just made for testing the setup the app using a single command:

``` docker run -d -p 8080:80 --name uxwizz -v uxwizz_www:/var/www/html -v uxwizz_db:/var/lib/mysql uxwizz/uxwizz ```

This has both the web-server and DB in the same container, which is not best practice, but avoids the need of having to download a docker-compose file.

Now, I also made a docker-compose for those who want separate web/db containers and more control over the setup.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: