- Rename the file
.env.sampleto.env - Edit the file
.envwith your passwords
- Edit the file
application.propertieswith the variables previously configured
- Edit the file
init.sqlto use the database that was configured in the previously steps
- Start the
docker compose up
docker compose up -d
Done