Skip to content

Commit 75228f0

Browse files
committed
remove teams
1 parent 538817b commit 75228f0

1 file changed

Lines changed: 0 additions & 53 deletions

File tree

core/docker-compose.yml

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ services:
2525
- voot.dev.openconext.local
2626
- pdp.dev.openconext.local
2727
- aa.dev.openconext.local
28-
- teams.dev.openconext.local
2928
- spdashboard.dev.openconext.local
3029
- mujina-idp.dev.openconext.local
3130
- invite.dev.openconext.local
@@ -224,7 +223,6 @@ services:
224223
condition: service_healthy
225224
profiles:
226225
- "oidc"
227-
- "teams"
228226
- "extras"
229227
- "invite"
230228

@@ -235,7 +233,6 @@ services:
235233
hostname: oidcplaygroundgui.docker
236234
profiles:
237235
- "oidc"
238-
- "teams"
239236
- "extras"
240237

241238
oidcplaygroundserver:
@@ -253,49 +250,6 @@ services:
253250
working_dir: /
254251
profiles:
255252
- "oidc"
256-
- "teams"
257-
- "extras"
258-
259-
teamsgui:
260-
image: ghcr.io/openconext/openconext-teams-ng/teams-gui:9.3.1
261-
volumes:
262-
- ./:/config
263-
environment:
264-
HTTPD_CSP: ""
265-
HTTPD_SERVERNAME: "teams.dev.openconext.local"
266-
OPENCONEXT_INSTANCENAME: "OpenConext dev"
267-
OPENCONEXT_ENGINE_LOGOUT_URL: "https://engine.dev.openconext.local/logout"
268-
OPENCONEXT_HELP_EMAIL: "support@openconext.org"
269-
SHIB_ENTITYID: "https://teams.dev.openconext.local/shibboleth"
270-
SHIB_REMOTE_ENTITYID: "https://engine.dev.openconext.local/authentication/idp/metadata"
271-
SHIB_REMOTE_METADATA: "https://engine.dev.openconext.local/authentication/idp/metadata"
272-
networks:
273-
coreconextdev:
274-
hostname: teamsgui.docker
275-
depends_on:
276-
engine:
277-
condition: service_healthy
278-
mariadb:
279-
condition: service_healthy
280-
profiles:
281-
- "teams"
282-
- "extras"
283-
284-
teamsserver:
285-
image: ghcr.io/openconext/openconext-teams-ng/teams-server:9.3.1
286-
environment:
287-
USE_SYSTEM_CA_CERTS: true
288-
volumes:
289-
- ./haproxy/haproxy.crt:/certificates/haproxy.crt
290-
- ./cacert/__cacert_entrypoint.sh:/__cacert_entrypoint.sh
291-
networks:
292-
coreconextdev:
293-
entrypoint: /__cacert_entrypoint.sh
294-
command: "java -jar app.jar --spring.profiles.active=devconf"
295-
hostname: teamsserver.docker
296-
working_dir: /
297-
profiles:
298-
- "teams"
299253
- "extras"
300254

301255
inviteserver:
@@ -318,7 +272,6 @@ services:
318272
working_dir: /
319273
profiles:
320274
- "php"
321-
- "teams"
322275
- "extras"
323276
- "invite"
324277

@@ -341,7 +294,6 @@ services:
341294
condition: service_started
342295
profiles:
343296
- "extras"
344-
- "teams"
345297
- "invite"
346298

347299
invitewelcome:
@@ -363,7 +315,6 @@ services:
363315
condition: service_started
364316
profiles:
365317
- "extras"
366-
- "teams"
367318
- "invite"
368319

369320
voot:
@@ -380,7 +331,6 @@ services:
380331
hostname: voot.docker
381332
working_dir: /
382333
profiles:
383-
- "teams"
384334
- "extras"
385335
aa:
386336
image: ghcr.io/openconext/openconext-attribute-aggregation/aa-server:3.2.0
@@ -396,7 +346,6 @@ services:
396346
hostname: aa.docker
397347
working_dir: /
398348
profiles:
399-
- "teams"
400349
- "extras"
401350
- "php"
402351

@@ -416,7 +365,6 @@ services:
416365
working_dir: /
417366
profiles:
418367
- "extras"
419-
- "teams"
420368

421369
pdpgui:
422370
image: ghcr.io/openconext/openconext-pdp/pdp-gui:5.1.0
@@ -441,7 +389,6 @@ services:
441389
condition: service_healthy
442390
profiles:
443391
- "extras"
444-
- "teams"
445392

446393
userlifecycle:
447394
image: ghcr.io/openconext/openconext-user-lifecycle/user-lifecycle:prod

0 commit comments

Comments
 (0)