dex config

This commit is contained in:
SPRINX0\prochazka
2025-01-08 13:58:14 +01:00
parent 86b1c82384
commit 2ee1250ccc
2 changed files with 30 additions and 0 deletions

View File

@@ -30,3 +30,11 @@ services:
ports:
- 16007:3306
- 16008:22
dex:
image: dexidp/dex:v2.35.3
ports:
- "16009:5556"
volumes:
- ./dex-config.yaml:/etc/dex/cfg/config.yaml
command: ["serve", "/etc/dex/cfg/config.yaml"]