From ae73d459e694818c6f39218c2a412fc0b1003f02 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 3 Jun 2021 11:02:02 +0200 Subject: [PATCH] Use usual conventions --- compose.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index 17bcbba..ea027ee 100644 --- a/compose.yml +++ b/compose.yml @@ -1,3 +1,4 @@ +--- version: "3.8" services: app: @@ -31,7 +32,7 @@ services: condition: none configs: config_js: - name: config_js_v1 + name: renovate_config_js_v1 file: config.js.tmpl template_driver: golang entrypoint: @@ -39,8 +40,8 @@ configs: file: entrypoint.sh secrets: api_token: - name: api_token_v1 + name: renovate_api_token_v1 external: true github_token: - name: github_token_v1 + name: renovate_github_token_v1 external: true