CosmicJay2k / grupp-a-java

0 stars 1 forks source link

Spring boot docker compose #27

Closed CosmicJay2k closed 1 year ago

CosmicJay2k commented 1 year ago

This adds docker compose setup for the spring boot application.

First run "./mvnw clean package".

Then run "docker compose -f ./SetupCompose.yml up -d".

After a minute or so, when all three docker images are running, visit "localhost:8080/index.html".

Register a new user to get in to the basic frontend.

There will be changes to this when the Spring Boot application image is built here on GitHub.

CosmicJay2k commented 1 year ago

Wrong, wrong, wrooooong.