Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created dockerfile and docker-compose manifest #505

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aartek
Copy link

@aartek aartek commented Jul 24, 2019

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:

  • run docker-compose up -d
  • stop docker-compose down
  • rebuild in case of any changes (i.e. in local_settings.py.example) docker-compose build

@dsb3
Copy link

dsb3 commented Oct 15, 2020

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%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants