DockerHub Repositories
This guide provides the details for pulling the necessary Docker images from DockerHub to set up the RaiseHub application.
Frontend Image
To pull the frontend image, use the following command:
docker pull mateogonzalezz/raisehub_frontend:latest
Once you have pulled the image, follow this guide to set up the backend container:
You can also visit the frontend repository on DockerHub.
Backend Image
To pull the backend image, run the following command:
docker pull mateogonzalezz/raisehub_backend:latest
Once you have pulled the image, follow this guide to set up the backend container:
You can also visit the backend repository on DockerHub.
Database Image
To pull the database image, execute the command below:
docker pull mateogonzalezz/raisehub_database:latest
More information can be found in the database repository on DockerHub.
The database image includes preloaded demo data. Use the following credentials to access the demo environment:
- Username:
root
- Password:
25DX0MR2CG
Dont forget to create a docker network and then connect the database and backend containers to the same network.
Use these images to set up the backend, frontend, and database for the RaiseHub application efficiently.