Add base server

This commit is contained in:
2023-09-02 08:07:06 +02:00
parent 0f3ddea04e
commit 0ac1480572
9 changed files with 2061 additions and 2 deletions

View File

@ -0,0 +1,9 @@
services:
oidc:
image: qlik/simple-oidc-provider
environment:
- REDIRECTS=http://localhost:3000/oidc_cb
- PORT=9001
ports:
- 9001:9001