Use usual conventions

This commit is contained in:
decentral1se 2021-06-03 11:02:02 +02:00
parent 02f6719599
commit ae73d459e6
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A

View File

@ -1,3 +1,4 @@
---
version: "3.8" version: "3.8"
services: services:
app: app:
@ -31,7 +32,7 @@ services:
condition: none condition: none
configs: configs:
config_js: config_js:
name: config_js_v1 name: renovate_config_js_v1
file: config.js.tmpl file: config.js.tmpl
template_driver: golang template_driver: golang
entrypoint: entrypoint:
@ -39,8 +40,8 @@ configs:
file: entrypoint.sh file: entrypoint.sh
secrets: secrets:
api_token: api_token:
name: api_token_v1 name: renovate_api_token_v1
external: true external: true
github_token: github_token:
name: github_token_v1 name: renovate_github_token_v1
external: true external: true