vieter: switched to new cron implementation

master
Jef Roosens 2022-04-30 22:26:42 +02:00
parent 5db1cd588e
commit 80f963450b
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@ services:
cron:
image: 'chewingbever/vieter:dev'
command: crond -f
command: vieter cron
user: root
healthcheck:
@ -47,6 +47,7 @@ services:
- 'VIETER_API_KEY_FILE=/run/secrets/vieter_api_key'
- 'VIETER_LOG_LEVEL=DEBUG'
- 'VIETER_ADDRESS=https://arch.r8r.be'
- 'VIETER_MAX_CONCURRENT_BUILDS=2'
secrets:
- vieter_api_key
volumes: