This repository has been archived on 2022-08-30. You can view files and clone it, but cannot push or open issues or pull requests.
renovate-bot/compose.yml

34 lines
756 B
YAML
Raw Normal View History

2020-05-05 14:17:17 +00:00
version: "3.8"
services:
2021-02-15 10:30:27 +00:00
app:
image: "renovate/renovate:24.104.1-slim"
2021-02-15 10:15:08 +00:00
environment:
2021-02-15 10:42:13 +00:00
LOG_LEVEL: info
2020-05-05 14:17:17 +00:00
configs:
- source: config_js
2020-05-07 08:45:31 +00:00
target: /usr/src/app/config.js
2020-05-07 09:15:15 +00:00
secrets:
- api_token
2020-05-07 07:45:18 +00:00
healthcheck:
disable: true
2020-05-07 09:24:52 +00:00
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
2020-05-05 14:17:17 +00:00
deploy:
mode: replicated
replicas: 0
labels:
- "swarm.cronjob.enable=true"
- "swarm.cronjob.schedule=0 9 * * 1-5"
2021-04-04 22:39:04 +00:00
- coop-cloud.${STACK_NAME}.app.version=24.98.9-slim-d3db1c25
2020-05-05 14:17:17 +00:00
restart_policy:
condition: none
configs:
config_js:
2020-10-27 22:51:52 +00:00
name: config_js_v1
2020-05-10 22:09:11 +00:00
file: config.js.tmpl
2020-05-05 14:17:17 +00:00
template_driver: golang
secrets:
api_token:
name: api_token_v1
2020-05-05 14:17:17 +00:00
external: true