Skip to content

Commit

Permalink
#124 update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
vjohnslhm committed Sep 16, 2024
1 parent e0cce2a commit a83e6c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ services:
- SECURITY_OAUTH2_RESOURCE_USER-INFO-URI=${WLS_VORFAELLEUNDVORKOMMNISSE_SERVICE_KEYCLOAK_URL}/userinfo
- SERVER_PORT=8080
ports:
- 8100:8080
- 8204:8080
networks:
- services
- keycloak
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"docker": {
"WLS_VORFAELLEUNDVORKOMMNISSE_SERVICE_URL": "http://localhost:8204",
"SSO_URL": "http://kubernetes.docker.internal:8100"
},
"nonDocker": {
"WLS_VORFAELLEUNDVORKOMMNISSE_SERVICE_URL": "http://localhost:39156",
"SSO_URL": "http://kubernetes.docker.internal:8100"
Expand Down

0 comments on commit a83e6c4

Please sign in to comment.