- Make sure your
private.pem
file is at the project's root - Make sure your
application-local.properties
file has correct user info - In
application.properties
, make sure theshare.mountFolder
variable is a path on your PC
- Make sure the
KEYCLOAK_ADMIN_CLIENT_SECRET
is updated and correct - Run
docker compose up --build
- Click the run button or use the command
mvn spring-boot:run
- You can add the
docker-compose-app.yaml
file to thedocker-compose.yaml
file if you want to run it with the keycloak and database instead