Add base server
This commit is contained in:
9
virtweb_backend/docker-compose.yaml
Normal file
9
virtweb_backend/docker-compose.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
services:
|
||||
oidc:
|
||||
image: qlik/simple-oidc-provider
|
||||
environment:
|
||||
- REDIRECTS=http://localhost:3000/oidc_cb
|
||||
- PORT=9001
|
||||
ports:
|
||||
- 9001:9001
|
||||
|
Reference in New Issue
Block a user