Move cron job out to separate repo

This commit is contained in:
Luke Murphy 2020-05-07 09:25:37 +02:00
parent 5ad7c2e83f
commit 7b94e312fd
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
3 changed files with 2 additions and 11 deletions

View File

@ -12,3 +12,5 @@ automatically submit pull requests for dependency upgrades. Renovate supports
versions update to date, amongst other things.
Configured according [to this guide](https://github.com/renovatebot/renovate/blob/master/docs/development/self-hosting.md).
See [autonomic-cooperative/swarm-cronjob](https://git.autonomic.zone/autonomic-cooperative/swarm-cronjob) for the swarm-based cron job configuration.

View File

@ -19,14 +19,6 @@ services:
restart_policy:
condition: none
docker-cron-job:
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
deploy:
placement:
constraints:
- node.role == manager
configs:
config-js-prod-v1:
file: configs/prod/config.js.tmpl

View File

@ -4,6 +4,3 @@ version: "3.8"
services:
renovate:
image: "renovate/renovate:19.230"
docker-cron-job:
image: "crazymax/swarm-cronjob:latest"