Remove unnecessary extra variable definitions
The world could do with a bit less YAML!
This commit is contained in:
@ -17,15 +17,15 @@ services:
|
||||
- COMMENTO_ORIGIN=https://commento.theorangeone.net
|
||||
- COMMENTO_GZIP_STATIC=true
|
||||
- COMMENTO_FORBID_NEW_OWNERS=true
|
||||
- COMMENTO_GITHUB_KEY={{ commento_github_client_id }}
|
||||
- COMMENTO_GITHUB_SECRET={{ commento_github_client_secret }}
|
||||
- COMMENTO_GITHUB_KEY={{ vault_commento_github_client_id }}
|
||||
- COMMENTO_GITHUB_SECRET={{ vault_commento_github_client_secret }}
|
||||
- COMMENTO_SMTP_HOST=smtp.eu.mailgun.org
|
||||
- COMMENTO_SMTP_PORT=587
|
||||
- COMMENTO_SMTP_USERNAME={{ commento_smtp_username }}
|
||||
- COMMENTO_SMTP_PASSWORD={{ commento_smtp_password }}
|
||||
- COMMENTO_SMTP_FROM_ADDRESS={{ commento_from_email }}
|
||||
- COMMENTO_GITLAB_KEY={{ commento_gitlab_application_id }}
|
||||
- COMMENTO_GITLAB_SECRET={{ commento_gitlab_application_secret }}
|
||||
- COMMENTO_SMTP_USERNAME={{ vault_commento_smtp_username }}
|
||||
- COMMENTO_SMTP_PASSWORD={{ vault_commento_smtp_password }}
|
||||
- COMMENTO_SMTP_FROM_ADDRESS={{ vault_commento_from_email }}
|
||||
- COMMENTO_GITLAB_KEY={{ vault_commento_gitlab_application_id }}
|
||||
- COMMENTO_GITLAB_SECRET={{ vault_commento_gitlab_application_secret }}
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
|
Reference in New Issue
Block a user