update forgejo to 2.8.0+1.21.11-rootless
This commit is contained in:
parent
ed5eb24eda
commit
f497852adb
4 changed files with 24 additions and 0 deletions
|
@ -95,3 +95,12 @@ monitoring-ng:
|
|||
- SECRET_BASIC_AUTH_VERSION
|
||||
secrets:
|
||||
basic_auth: "{{basic_auth_password}}"
|
||||
gitea:
|
||||
uncomment:
|
||||
- compose.forgejo.yml
|
||||
- compose.postgres.yml
|
||||
- GITEA_REPO_INDEXER_ENABLED
|
||||
- GITEA_ISSUE_INDEXER_TYPE
|
||||
- GITEA_STARTUP_TIMEOUT
|
||||
comment:
|
||||
- compose.mariadb.yml
|
||||
|
|
|
@ -105,3 +105,14 @@ pretix:
|
|||
traefik:
|
||||
env:
|
||||
LETS_ENCRYPT_EMAIL: "{{smtp_user}}@{{smtp_domain}}"
|
||||
gitea:
|
||||
env:
|
||||
GITEA_MAILER_HOST: "{{smtp_host}}:465"
|
||||
GITEA_MAILER_FROM: "{{smtp_user}}@{{smtp_domain}}"
|
||||
GITEA_MAILER_USER: "{{smtp_user}}@{{smtp_domain}}"
|
||||
uncomment:
|
||||
- compose.smtp.yml
|
||||
- GITEA_SMTP_MAILER_ENABLED
|
||||
- SECRET_SMTP_PASSWORD_VERSION
|
||||
secrets:
|
||||
smtp_password: "{{smtp_password}}"
|
||||
|
|
|
@ -26,3 +26,5 @@ pretix:
|
|||
subdomain: tickets.example.com
|
||||
monitoring-ng:
|
||||
subdomain: monitoring.example.com
|
||||
gitea:
|
||||
subdomain: git.example.com
|
||||
|
|
|
@ -28,3 +28,5 @@ backup-bot-two:
|
|||
version: chaos
|
||||
monitoring-ng:
|
||||
version: 1.1.0+v1.7.0
|
||||
gitea:
|
||||
version: 2.8.0+1.21.11-rootless
|
||||
|
|
Loading…
Reference in a new issue