This will use prebuild docker images created by github workflows and hosted on docker hub
- Install Docker desktop docker-desktop
-
# As admin wsl --install
-
Install docker desktop Download the docker desktop installer
Install it
reboot (not needed but recommended)
- Start the website
# In the root of this project run
docker-compose up
Ctrl+c to stop it
-
In your browser go to host.docker.internal
-
Remove the containers & volume
# In the root of this project run
docker-compose down -v