Run FitTrackee in Docker - NOT UPDATED BECAUSE OF DOCKER 200% PRICE INCREASE
10K+
Run FitTrackee in docker. The compose files include redis and Postgres.
I create docker images using the Dockerfile fro this project and upload them to Docker Hub. Follow the instructions below to run FitTrackee using this images.
First, clone the repository from GitHub:
git clone https://github.com/yourusername/fittrackee.git
cd fittrackee
Configure the environment variables in docker-compose.yml. See the FitTrackee documentation for details: https://samr1.github.io/FitTrackee/en/installation.html
To start the services, run the following command in the directory containing your docker-compose.yml file:
docker-compose up
This will pull the necessary images, create the containers, and start the services.
To stop the services, press Ctrl+C in the terminal where docker-compose up is running, or run:
docker-compose down
To build your own images instead of using my images from docker hub, follow the instructions above but replace docker-compose.yml by docker-compose-build.yml.
Once the services are running, you can access the web application by navigating to http://localhost:8000 in your browser.
Click Regster and add username, password and email address. New created users are not activated by default. Users can
be activated either by making them admin or by just activating them.
To make a user admin and to activate it at the same time, run the following command. Replace by the username you chose before.
docker compose exec -it web ftcli users update <username> --set-admin 1
docker compose exec -it web ftcli users update <username> --activate
Feel free to fork this project and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.
Content type
Image
Digest
sha256:b7df9066a…
Size
456.3 MB
Last updated
over 1 year ago
docker pull rymedia/fittrackee