Skip to content

Commit 20e6450

Browse files
committed
chore: mock-oidc -> oidc
1 parent 0e5a23b commit 20e6450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ services:
4848
environment:
4949
UPSTREAM_URL: ${UPSTREAM_URL:-http://stac:8001}
5050
OIDC_DISCOVERY_URL: ${OIDC_DISCOVERY_URL:-http://localhost:8888/.well-known/openid-configuration}
51-
OIDC_DISCOVERY_INTERNAL_URL: ${OIDC_DISCOVERY_INTERNAL_URL:-http://mock-oidc:8888/.well-known/openid-configuration}
51+
OIDC_DISCOVERY_INTERNAL_URL: ${OIDC_DISCOVERY_INTERNAL_URL:-http://oidc:8888/.well-known/openid-configuration}
5252
env_file:
5353
- path: .env
5454
required: false
@@ -57,7 +57,7 @@ services:
5757
volumes:
5858
- ./src:/app/src
5959

60-
mock-oidc:
60+
oidc:
6161
build:
6262
context: ./examples/mock_oidc_server
6363
environment:

0 commit comments

Comments
 (0)