mirror of
https://github.com/Cronocide/fitbit-web-ui-app.git
synced 2025-01-22 11:29:03 +00:00
Merge pull request #8 from arpanghosh8453/arpanghosh8453-patch-3
Add guide for self hosting
This commit is contained in:
commit
e478d15211
14
README.md
14
README.md
@ -8,6 +8,20 @@
|
||||
|
||||
![screenshot](https://github.com/arpanghosh8453/fitbit-web-ui-app/blob/main/help/Fitbit_Wellness_Report_Final_v2.jpg)
|
||||
|
||||
# Self-Hosting with Docker
|
||||
|
||||
The following docker container `thisisarpanghosh/fitbit-report-app` is available for self hosting of this project. The Web app will be available on http://localhost:5000 with the configuration below.
|
||||
|
||||
```
|
||||
services:
|
||||
fitbit-ui:
|
||||
image: 'thisisarpanghosh/fitbit-report-app:latest'
|
||||
container_name: 'fitbit-report-app'
|
||||
ports:
|
||||
- "5000:80"
|
||||
restart: unless-stopped
|
||||
```
|
||||
|
||||
## Contributions
|
||||
|
||||
Special thanks to [@dipanghosh](https://github.com/dipanghosh) for his help and contribution towards the sleep schedule analysis part of the script and overall aesthetics suggestions.
|
||||
|
Loading…
Reference in New Issue
Block a user