'mpwo' renamed to 'FitTrackee'

This commit is contained in:
Sam 2018-06-07 15:40:22 +02:00
parent 2ab56e2ad1
commit 4927ab0c7c
4 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# mpwo
# FitTrackee
**A simple self-hosted workout/activity tracker.**
[![Python Version](https://img.shields.io/badge/python-3.6-brightgreen.svg)](https://python.org)
@ -16,8 +16,6 @@ Examples (for Android):
* [Runner Up](https://github.com/jonasoreland/runnerup) (GPL v3)
* [ForRunners](https://github.com/brvier/ForRunners) (GPL v3)
* [AlpineQuest](https://www.alpinequest.net/) (Proprietary, [exodus privay report](https://reports.exodus-privacy.eu.org/reports/2975/))
...
Maps are displayed using [Open Street Map](https://www.openstreetmap.org).

View File

@ -4,7 +4,7 @@ services:
fittrackee-db:
container_name: fittrackee-db
build: https://github.com/SamR1/mpwo.git#rename:fittrackee_api/db
build: https://github.com/SamR1/mpwo.git#master:fittrackee_api/db
ports:
- 5435:5432
environment:
@ -13,7 +13,7 @@ services:
fittrackee-api:
container_name: fittrackee-api
build: https://github.com/SamR1/mpwo.git#rename:fittrackee_api
build: https://github.com/SamR1/mpwo.git#master:fittrackee_api
ports:
- 5001:5000
environment:
@ -30,7 +30,7 @@ services:
fittrackee-client:
container_name: fittrackee-client
build:
context: https://github.com/SamR1/mpwo.git#rename
context: https://github.com/SamR1/mpwo.git
dockerfile: ./fittrackee_client/Dockerfile
args:
- NODE_ENV=development

Binary file not shown.

Before

Width:  |  Height:  |  Size: 381 KiB

After

Width:  |  Height:  |  Size: 375 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 436 KiB

After

Width:  |  Height:  |  Size: 438 KiB