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