Close

FindMyCat Cloud now Docker-ized

A project log for FindMyCat - The Open Source Pet Tracker

The only pet tracker you will ever need. Months long battery life, works outdoors and indoors. It’s Purr-fectly Empowered.

sahas-chitlangeSahas Chitlange 10/06/2023 at 02:540 Comments

I finally "docker-ized" the FindMyCat cloud side of things; what this does for folks is provide a very easy way to setup the cloud components with just a few commands. 

Github repository for Docker files:  https://github.com/FindMyCat/cloud

Brief overview: 

There are three components to the docker files

- Traccar Container

- EMQX Container

- NGNIX Proxy Manager Container

Run the three commands noted on the Engineering page link and you should be good to go. Please note that the EMQX Rule engine still needs to be setup manually, instructions are on the Engineering page.

Future improvements I'm thinking of are to build resilient containers; so they can be restarted/recreated if something goes wrong; providing reliablilty. Tracked here in the github issue #1

Discussions