change Dockerfile for kontor-spring to multistage and add kontor-javalin

This commit is contained in:
2025-12-20 04:13:41 +01:00
parent 25bc4e45ff
commit e0a235fcc5
5 changed files with 70 additions and 12 deletions
+17
View File
@@ -113,6 +113,23 @@ services:
depends_on:
postgres:
condition: service_healthy
kontor-javalin:
build:
context: ./kontor-javalin
dockerfile: Dockerfile
tags:
- kontor-javalin:0.2.0-SNAPSHOT
image: kontor-javalin:0.2.0-SNAPSHOT
restart: unless-stopped
networks:
- database
- integration
- frontend
ports:
- 8400:8400
depends_on:
postgres:
condition: service_healthy
networks:
integration: