feat(docker): added docker container support #47

Merged
Janis merged 6 commits from feat/docker into main 2025-11-07 14:22:24 +01:00
6 changed files with 57 additions and 15 deletions
Showing only changes of commit fec39510b1 - Show all commits

View File

@@ -10,6 +10,6 @@ auth {
audience = "ui"
privateKeyFile = ${?PRIVATE_KEY_FILE}
privateKeyPem = ${?PRIVATE_KEY_PEM}
publicKeyFile = {?PUBLIC_KEY_FILE}
publicKeyFile = ${?PUBLIC_KEY_FILE}
publicKeyPem = ${?PUBLIC_KEY_PEM}
}