Skip to content

Commit

Permalink
Update Port for Broadcast-Service im docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic12345678 committed Jul 8, 2024
1 parent d3d8ee0 commit 1094b0f
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 1094b0f

Please sign in to comment.