add servicemix container build

This commit is contained in:
Thomas Peetz
2025-06-17 23:35:35 +02:00
parent 8ed8599f17
commit 928536b414
4 changed files with 44 additions and 3 deletions
+16 -1
View File
@@ -54,13 +54,28 @@ services:
depends_on:
postgres:
condition: service_healthy
kontor-servicemix:
image: kontor-servicemix:0.2.0-SNAPSHOT
restart: unless-stopped
networks:
- frontend
ports:
- 1099:1099
- 8101:8101
- 8181:8181
- 61616:61616
- 44444:44444
volumes:
- servicemix-install:/opt/servicemix
- kontor-deploy:/deploy
networks:
database:
frontend:
volumes:
postgres-data:
images-data:
servicemix-install:
kontor-deploy:
secrets:
db-password:
file: db-password.txt