jovandeginste / workout-tracker

A workout tracking web application for personal use (or family, friends), geared towards running and other GPX-based activities
Other
945 stars 31 forks source link

Add docker compose #3

Closed carteakey closed 7 months ago

carteakey commented 7 months ago

Hi Jo,

Great app! Just a very simple PR that adds docker compose to the app. It just makes it easier to manage services and config, especially if there are many.

jovandeginste commented 7 months ago

The linter caught two more issues (which were not visible to me)...

FYI, you can run make test (to get a report) or prettier --write . (to fix the issues)

jovandeginste commented 7 months ago

Thank you!

carteakey commented 7 months ago

Thanks for the review :)