feat: expand docker-compose to 8 services with monitoring stack per architecture spec

This commit is contained in:
2026-04-28 18:31:49 +08:00
parent 53c52a0b3e
commit d884e6bab2
8 changed files with 212 additions and 3 deletions
@@ -0,0 +1,5 @@
FROM eclipse-temurin:17-jre-alpine
WORKDIR /app
COPY target/*.jar app.jar
EXPOSE 8081
ENTRYPOINT ["java", "-jar", "app.jar"]