We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53497e1 commit b17082eCopy full SHA for b17082e
core/docker-compose.yml
@@ -113,7 +113,16 @@ services:
113
networks:
114
coreconextdev:
115
command: "--spring.config.location=/config/mujina/"
116
- hostname: mujina.docker
+ 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
126
127
managegui:
128
image: ghcr.io/openconext/openconext-manage/manage-gui:7.4.9
0 commit comments