fix: run via cron

This commit is contained in:
decentral1se 2021-11-13 21:30:42 +01:00
parent c6b4b781c9
commit 0c5f6fa000
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,15 @@
version: "3.8"
services:
cron:
image: "crazymax/swarm-cronjob:1.9.0"
environment:
- TZ=Europe/Amsterdam
- LOG_LEVEL=info
- LOG_JSON=false
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
app:
image: "renovate/renovate:29.6-slim"
environment: