Use usual conventions
This commit is contained in:
parent
02f6719599
commit
ae73d459e6
@ -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
|
||||
|
Reference in New Issue
Block a user