From cffb164f7a8678b57bc4f831640cddcb8fa183a1 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 8 Jan 2021 14:38:00 +0100 Subject: [PATCH] Inline that --- compose.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/compose.yml b/compose.yml index 43235e8..0044055 100644 --- a/compose.yml +++ b/compose.yml @@ -1,8 +1,7 @@ --- version: "3.8" -x-configs: - &default-configs +x-configs: &default-configs - source: config_json target: /web/config.json - source: alertad_conf @@ -12,8 +11,7 @@ x-configs: - source: email_tmpl target: /app/email.tmpl -x-secrets: - &default-secrets +x-secrets: &default-secrets - cli_api_key - db_root_password - mailer_api_key @@ -22,8 +20,7 @@ x-secrets: - secret_key - smtp_password -x-environment: - &default-env +x-environment: &default-env - ADMIN_USERS=${ADMIN_USERS} - DEBUG=${DEBUG} - DOMAIN=${DOMAIN}