From ab17b3b9f38a90602182d243db98d128d7037dfb Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sat, 13 Nov 2021 21:05:43 +0100 Subject: [PATCH] fix: use stack name --- compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose.yml b/compose.yml index 3f3c4e9..a208f27 100644 --- a/compose.yml +++ b/compose.yml @@ -32,17 +32,17 @@ services: configs: config_js: - name: renovate_config_js_v1 + name: comrade_renovate_bot_config_js_v1 file: config.js.tmpl template_driver: golang entrypoint: - name: renovate_entrypoint_v1 + name: comrade_renovate_bot_entrypoint_v1 file: entrypoint.sh secrets: api_token: - name: renovate_api_token_v1 + name: comrade_renovate_bot_api_token_v1 external: true github_token: - name: renovate_github_token_v1 + name: comrade_renovate_bot_github_token_v1 external: true