First setup your .env file as described below. Then run this command to startup the compose project and display only the logs for the garmin-livetrack bot:
docker compose up garmin-livetrackOn the first run, open the qr-code generated in the data folder of the bot and scan it with the signal app.
docker run --rm --name signal-api -p 8080:8080 -v "./signal-api-data:/home/.local/share/signal-cli" -e 'MODE=normal' bbernhard/signal-cli-rest-apiLIVETRACK_EMAIL_HOST = "imap.gmx.net"
LIVETRACK_EMAIL_USERNAME = "[email protected]"
LIVETRACK_EMAIL_PASSWORD = "ur-password"
LIVETRACK_SIGNAL_API = "http://signal-api:8080"
LIVETRACK_SENDER_PHONE_NUMBER = "+49123456789"
LIVETRACK_RECIPIENT_PHONE_NUMBERS = "+49123456789,+49987654321"