feat(docker_launch_app): add dockerfile for start the app#75
Conversation
There was a problem hiding this comment.
Pull request overview
Adds containerization support to run the Spring Boot application via Docker/Compose alongside the existing PostgreSQL service.
Changes:
- Add an
appservice todocker-compose.ymlto build/run the Spring Boot app connected to thepostgresservice. - Introduce a multi-stage
Dockerfileto build the JAR with Maven and run it on a JRE base image.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| docker-compose.yml | Adds an app service (builds from Dockerfile) and wires DB/Liquibase env + port mapping. |
| Dockerfile | Multi-stage build to produce and run the Spring Boot fat JAR. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
5960524 to
8c2484a
Compare
profotoce59
left a comment
There was a problem hiding this comment.
AGTM ça me paraissait bizarre de mettre deux fois les variables d'environnement sur les deux services (app et postgres) mais pas moyen de les partager apparemment donc c'est bon.
8c2484a to
850d28a
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Agent-Logs-Url: https://github.com/XPEHO/spring_boot_java_random_user/sessions/aeb0a3ca-f19e-4a14-8249-f59f74e929c9 Co-authored-by: MayuriXx <26456981+MayuriXx@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.





#74