From e7dcebcbb8657ea561f7668a5d1f5b9177209087 Mon Sep 17 00:00:00 2001 From: James Turland Date: Fri, 3 Nov 2023 13:24:50 +0000 Subject: [PATCH] add Zitadel --- Zitadel/docker-compose.yaml | 81 +++++++++++++++++++++++++ Zitadel/example-zitadel-config.yaml | 25 ++++++++ Zitadel/example-zitadel-init-steps.yaml | 7 +++ Zitadel/example-zitadel-secrets.yaml | 10 +++ 4 files changed, 123 insertions(+) create mode 100644 Zitadel/docker-compose.yaml create mode 100644 Zitadel/example-zitadel-config.yaml create mode 100644 Zitadel/example-zitadel-init-steps.yaml create mode 100644 Zitadel/example-zitadel-secrets.yaml diff --git a/Zitadel/docker-compose.yaml b/Zitadel/docker-compose.yaml new file mode 100644 index 0000000..a242312 --- /dev/null +++ b/Zitadel/docker-compose.yaml @@ -0,0 +1,81 @@ +version: "3.8" + +services: + zitadel: + restart: "always" + networks: + - "zitadel" + - "proxy" + image: "ghcr.io/zitadel/zitadel:stable" + # ZITADEL_MASTERKEY: 'SAcD5TY0QPp89ip28bZPfEA5WDxqmobx' # run tr -dc A-Za-z0-9