'mpwo' renamed to 'FitTrackee'
This commit is contained in:
parent
2ab56e2ad1
commit
4927ab0c7c
@ -1,4 +1,4 @@
|
|||||||
# mpwo
|
# FitTrackee
|
||||||
**A simple self-hosted workout/activity tracker.**
|
**A simple self-hosted workout/activity tracker.**
|
||||||
|
|
||||||
[![Python Version](https://img.shields.io/badge/python-3.6-brightgreen.svg)](https://python.org)
|
[![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)
|
* [Runner Up](https://github.com/jonasoreland/runnerup) (GPL v3)
|
||||||
* [ForRunners](https://github.com/brvier/ForRunners) (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/))
|
* [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).
|
Maps are displayed using [Open Street Map](https://www.openstreetmap.org).
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ services:
|
|||||||
|
|
||||||
fittrackee-db:
|
fittrackee-db:
|
||||||
container_name: 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:
|
ports:
|
||||||
- 5435:5432
|
- 5435:5432
|
||||||
environment:
|
environment:
|
||||||
@ -13,7 +13,7 @@ services:
|
|||||||
|
|
||||||
fittrackee-api:
|
fittrackee-api:
|
||||||
container_name: 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:
|
ports:
|
||||||
- 5001:5000
|
- 5001:5000
|
||||||
environment:
|
environment:
|
||||||
@ -30,7 +30,7 @@ services:
|
|||||||
fittrackee-client:
|
fittrackee-client:
|
||||||
container_name: fittrackee-client
|
container_name: fittrackee-client
|
||||||
build:
|
build:
|
||||||
context: https://github.com/SamR1/mpwo.git#rename
|
context: https://github.com/SamR1/mpwo.git
|
||||||
dockerfile: ./fittrackee_client/Dockerfile
|
dockerfile: ./fittrackee_client/Dockerfile
|
||||||
args:
|
args:
|
||||||
- NODE_ENV=development
|
- 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 |
Loading…
Reference in New Issue
Block a user