cpfair / tapiriik

tapiriik keeps your fitness in sync
https://tapiriik.com
Apache License 2.0
1.72k stars 294 forks source link

Created dockerfile and docker-compose manifest #505

Open aartek opened 5 years ago

aartek commented 5 years ago

Hi, I wanted to sync Strava with Endomondo locally due to reached API calls limit, so I've prepared a docker-compose configuration to let it easily start locally. However I've end up with a surprise that there is no possibility to create the endomondo credentials, so finally I didn't sync anything. But here's a PR with my work. Maybe someone will find it useful.

Prerequisites:

How to:

dsb3 commented 4 years ago

At first glance this looks good.

Switching from ubuntu: latest to python:3-alpine (and apt-get to apk) is likely to drop container images size by 90%