oauth test WIP

This commit is contained in:
SPRINX0\prochazka
2025-01-08 15:05:14 +01:00
parent a3e8d64d4e
commit 01f3f44369
10 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
FROM dexidp/dex:v2.35.3
COPY ./dex-config.yaml /etc/dex/cfg/config.yaml
EXPOSE 5556
CMD ["dex", "serve", "/etc/dex/cfg/config.yaml"]