Traccar server with MySQL and Traefik as reverse proxy on docker

Rafael Miquelino5 years ago

Hi everybody,

I put together a repository containing a docker-compose configuration for the Traccar server with MySQL and the Traefik as reverse proxy. I simplified a bit the solution for sharing but it is ready to scale. The Traefik works really well as a reverse proxy for containerized solutions and make simple to implement HTTPS using Lets Encrypt.

The repository is available here: https://github.com/RafaelMiquelino/traccar-server

Feel free to share, comment, issue PRs, etc.

Thanks