Skip to content

Commit b17082e

Browse files
committed
Add mujina sp first attempt
1 parent 53497e1 commit b17082e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

core/docker-compose.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,16 @@ services:
113113
networks:
114114
coreconextdev:
115115
command: "--spring.config.location=/config/mujina/"
116-
hostname: mujina.docker
116+
hostname: mujinaidp.docker
117+
118+
mujina-sp:
119+
image: ghcr.io/openconext/mujina/mujina-sp:9.0.0
120+
volumes:
121+
- ./:/config
122+
networks:
123+
coreconextdev:
124+
command: "--spring.config.location=/config/mujina/"
125+
hostname: mujinasp.docker
117126

118127
managegui:
119128
image: ghcr.io/openconext/openconext-manage/manage-gui:7.4.9

0 commit comments

Comments
 (0)