Skip to content

Commit

Permalink
Merge pull request #342 from it-at-m/225-verbesserung-nutzbarkeit-bro…
Browse files Browse the repository at this point in the history
…adcastservice

Update Port for Broadcast-Service im docker-compose
  • Loading branch information
Nic12345678 authored Jul 11, 2024
2 parents 37424f2 + 1094b0f commit 05a14d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ services:
- SPRING_DATASOURCE_URL=${WLS_BROADCAST_SERVICE_DB_URL}
- SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK-SET-URI=${WLS_BROADCAST_SERVICE_KEYCLOAK_URL}/certs
- SECURITY_OAUTH2_RESOURCE_USER-INFO-URI=${WLS_BROADCAST_SERVICE_KEYCLOAK_URL}/userinfo
- SERVER_PORT=8080
ports:
- 8200:39146
- 8200:8080
networks:
- services
- keycloak
Expand Down

0 comments on commit 05a14d0

Please sign in to comment.