Reset configs and use new test
This commit is contained in:
parent
d388dd0559
commit
5cbef64c52
@ -8,6 +8,6 @@ module.exports = {
|
|||||||
extends: ["config:base"],
|
extends: ["config:base"],
|
||||||
},
|
},
|
||||||
repositories: [
|
repositories: [
|
||||||
"autonomic-cooperative/gitea",
|
"autonomic-cooperative/alerta"
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- RENOVATE_CONFIG_FILE=/etc/config.js
|
- RENOVATE_CONFIG_FILE=/etc/config.js
|
||||||
configs:
|
configs:
|
||||||
- source: config-js-prod-v2
|
- source: config-js-prod-v1
|
||||||
target: /etc/config.js
|
target: /etc/config.js
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
@ -37,7 +37,7 @@ services:
|
|||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
|
|
||||||
configs:
|
configs:
|
||||||
config-js-prod-v2:
|
config-js-prod-v1:
|
||||||
file: configs/prod/config.js.tmpl
|
file: configs/prod/config.js.tmpl
|
||||||
template_driver: golang
|
template_driver: golang
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user