Replace test OIDC provider
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
services:
|
||||
oidc:
|
||||
image: qlik/simple-oidc-provider
|
||||
environment:
|
||||
- REDIRECTS=http://localhost:3000/oidc_cb,http://localhost:5173/oidc_cb
|
||||
- PORT=9001
|
||||
image: dexidp/dex
|
||||
ports:
|
||||
- 9001:9001
|
||||
|
||||
- 9001:9001
|
||||
volumes:
|
||||
- ./docker/dex:/conf:ro
|
||||
command: [ "dex", "serve", "/conf/dex.config.yaml" ]
|
Reference in New Issue
Block a user