Files
zitadel/docs/docs/guides/installation/compose.mdx

12 lines
237 B
Plaintext

Download the docker compose example configuration
```bash
wget https://raw.githubusercontent.com/zitadel/zitadel/v2-alpha/deploy/compose/docker-compose.yml
```
Run the database and application containers
```bash
docker compose up
```