/zitadel-docker-pulumi-example

Show-case provisioning of a Zitadel Docker container with Pulumi

Primary LanguageShell

Provision a Zitadel Docker container with Pulumi Example

This repository contains an example of how to provision a Zitadel Docker container with Pulumi.

Prerequisites

  • Docker
  • Pulumi
  • some node package manager (bun, pnpm, npm, yarn, ... whatever you prefer)

What it does

it uses docker compose to spin up a Postgres database and a Zitadel instance. (see docker-compose.yaml)

To be provision ready it does the following using the run.sh script:

How to use this example

./run.sh

zitadel-pulumi-example-run.gif