Skip to content

Commit

Permalink
fix: expose oidc-server-mock port via ddev router in order to allow c…
Browse files Browse the repository at this point in the history
…ommunication between containers
  • Loading branch information
DDEV User authored and martipoe committed Aug 14, 2024
1 parent 48f7f64 commit 76a516e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ddev/docker-compose.oidc-server-mock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ services:
# disable healthcheck as it is broken in latest versions: https://github.com/Soluto/oidc-server-mock/issues/151
healthcheck:
disable: true
# go to http://oauth.ddev.site:4011/
ports:
- '4011:8080'
environment:
ASPNETCORE_ENVIRONMENT: Development
SERVER_OPTIONS_INLINE: |
Expand Down Expand Up @@ -86,6 +83,9 @@ services:
}
}
VIRTUAL_HOST: $DDEV_HOSTNAME
HTTP_EXPOSE: 4011:8080
labels:
com.ddev.site-name: ${DDEV_SITENAME}
com.ddev.approot: ${DDEV_APPROOT}

# go to http://xima-oauth2-extended.ddev.site:4011/

0 comments on commit 76a516e

Please sign in to comment.