mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
* Create docker-compose.yml for local deploy with zitadel Create docker-compose.yml for local deploy with zitadel * Create .env.zh-CN.example for local deploy with zitadel Create .env.zh-CN.example for local deploy with zitadel * Create .env.example for local deploy with zitadel Create .env.example for local deploy with zitadel * Update .env.zh-CN.example * Create docker-compose.yml for self-hosting with zitadel Create docker-compose.yml for self-hosting with zitadel * Create .env.zh-CN.example for self-hosting deploy with zitadel Create .env.zh-CN.example for self-hosting deploy with zitadel * Create .env.example for self-host deploy with zitadel Create .env.example for self-host deploy with zitadel * Create zitadel-init-steps.yaml * Create zitadel-config.yaml * Update docker-compose.yml * Update docker-compose.yml * Create zitadel-config.yaml * Create zitadel-init-steps.yaml * Update .env.zh-CN.example * Update .env.example * Update .env.example * Update .env.zh-CN.example * Update zitadel-init-steps.yaml
27 lines
534 B
YAML
27 lines
534 B
YAML
Log:
|
|
Level: 'info'
|
|
|
|
Port: 8080
|
|
ExternalPort: 8080
|
|
ExternalDomain: localhost
|
|
ExternalSecure: false
|
|
TLS:
|
|
Enabled: false
|
|
|
|
# If not using the docker compose example, adjust these values for connecting ZITADEL to your PostgreSQL
|
|
Database:
|
|
postgres:
|
|
Host: postgresql
|
|
Port: 5432
|
|
Database: zitadel
|
|
User:
|
|
Username: 'zitadel'
|
|
Password: 'zitadel'
|
|
SSL:
|
|
Mode: 'disable'
|
|
Admin:
|
|
Username: 'postgres'
|
|
Password: 'uWNZugjBqixf8dxC' #postgres password
|
|
SSL:
|
|
Mode: 'disable'
|