add vaultwarden
This commit is contained in:
parent
8285f63a6a
commit
852bdd2912
4 changed files with 24 additions and 0 deletions
|
@ -134,6 +134,14 @@ gitea:
|
|||
- GITEA_STARTUP_TIMEOUT
|
||||
comment:
|
||||
- compose.mariadb.yml
|
||||
vaultwarden:
|
||||
uncomment:
|
||||
- compose.mariadb.yml
|
||||
- SECRET_DB_PASSWORD_VERSION
|
||||
- SECRET_DB_ROOT_PASSWORD_VERSION
|
||||
secret_hooks:
|
||||
- insert_vaultwarden_admin_token
|
||||
zammad:
|
||||
initial-hooks:
|
||||
- zammad-railsserver init
|
||||
|
|
@ -120,6 +120,18 @@ kimai:
|
|||
env:
|
||||
MAILER_URL: "smtp://{{smtp_user}}%40{{smtp_domain}}:{{smtp_password}}@{{smtp_host}}:587"
|
||||
MAILER_FROM: "Kimai Notifications <{{smtp_user}}@{{smtp_domain}}>"
|
||||
vaultwarden:
|
||||
env:
|
||||
SMTP_FROM: "{{smtp_user}}@{{smtp_domain}}"
|
||||
SMTP_USERNAME: "{{smtp_user}}@{{smtp_domain}}"
|
||||
SMTP_HOST: "{{smtp_host}}"
|
||||
SMTP_PORT: 587
|
||||
SMTP_SECURITY: starttls
|
||||
uncomment:
|
||||
- compose.smtp.yml
|
||||
- SECRET_SMTP_PASSWORD_VERSION
|
||||
secrets:
|
||||
smtp_password: "{{smtp_password}}"
|
||||
zammad:
|
||||
env:
|
||||
SMTP_HOST: "{{smtp_host}}"
|
||||
|
|
|
@ -28,6 +28,8 @@ monitoring-ng:
|
|||
subdomain: monitoring.example.com
|
||||
gitea:
|
||||
subdomain: git.example.com
|
||||
vaultwarden:
|
||||
subdomain: pass.example.com
|
||||
zammad:
|
||||
subdomain: support.example.com
|
||||
kimai:
|
||||
|
|
|
@ -34,5 +34,7 @@ gitea:
|
|||
version: 2.11.0+1.22.2-rootless
|
||||
outline:
|
||||
version: 2.6.1+0.79.1
|
||||
vaultwarden:
|
||||
version: 1.0.1+1.32.5
|
||||
zammad:
|
||||
version: 1.0.5+6.3.1-95
|
||||
|
|
Loading…
Reference in a new issue