Inline that

This commit is contained in:
Luke Murphy 2021-01-08 14:38:00 +01:00
parent d9f9abfab7
commit cffb164f7a
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 6 deletions

View File

@ -1,8 +1,7 @@
--- ---
version: "3.8" version: "3.8"
x-configs: x-configs: &default-configs
&default-configs
- source: config_json - source: config_json
target: /web/config.json target: /web/config.json
- source: alertad_conf - source: alertad_conf
@ -12,8 +11,7 @@ x-configs:
- source: email_tmpl - source: email_tmpl
target: /app/email.tmpl target: /app/email.tmpl
x-secrets: x-secrets: &default-secrets
&default-secrets
- cli_api_key - cli_api_key
- db_root_password - db_root_password
- mailer_api_key - mailer_api_key
@ -22,8 +20,7 @@ x-secrets:
- secret_key - secret_key
- smtp_password - smtp_password
x-environment: x-environment: &default-env
&default-env
- ADMIN_USERS=${ADMIN_USERS} - ADMIN_USERS=${ADMIN_USERS}
- DEBUG=${DEBUG} - DEBUG=${DEBUG}
- DOMAIN=${DOMAIN} - DOMAIN=${DOMAIN}