A progressive web app to make running workouts easier, intended for use on a smartphone
| public | ||
| scripts | ||
| build.sh | ||
| dev.sh | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| README.md | ||
WorkIt
A PWA for creating and running workouts
Local Setup & Testing
- Clone the repository.
- Run
dev.sh - Run
docker run -p 8080:80 workit:latest - Visit
http://localhost:8080
Deployment to Portainer
- Build the image locally using
build.shfrom the project directory. - From > Images, click the "Import" button at the top of the image table
- Select and upload the compressed file produced in step 2
- Incorporate the image into a docker-compose with
image: workit:latest. If a stack is already deployed using the image, you can simply open that stack, edit, and click the "Update the Stack" button without making any changes to the compose file to deploy the latest image. The service is currently deployed in the "workit" stack.
You may then optionally delete the old orphaned version of the image.