Containerized services for deploying traccar to production
All .sample
in /traccar need to be copied in place and replace with proper content.
Optionally set MOUNTPOINT_VOLUME to a path for docker volumes.
This step is not necessary if proxy is not required or is handle externally.
Otherwise, startup traefik
.
docker-compose -f traefik/development.yml up -d
Start traccar
and mysql
containers.
docker-compose -f traccar/development.yml up -d
If using traefik
, find traccar
at http://traccar.docker.localhost.