Skip to content

Containerized services for deploying traccar to production

License

Notifications You must be signed in to change notification settings

sunhoww/traccar_deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

traccar_deploy

Containerized services for deploying traccar to production

Development

1. Setup files

All .sample in /traccar need to be copied in place and replace with proper content.

2. Environment Variables

Optionally set MOUNTPOINT_VOLUME to a path for docker volumes.

3. Start proxy container

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

4. Start app stack

Start traccar and mysql containers.

docker-compose -f traccar/development.yml up -d

5. Access site

If using traefik, find traccar at http://traccar.docker.localhost.

About

Containerized services for deploying traccar to production

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published