To start the docker services
-
run
docker compose up --build(ornpm run devin the project root directory) and wait for the docker images to build -
open http://localhost:32571 in a web browser
To reset the test database
- run
docker compose up --build --force-recreate --renew-anon-volumes(ornpm run resetin the project root directory) and wait for the containers to restart
If an unexpected issue occurs
- try running
docker compose downto shutdown the docker containers before starting them using the steps above again