From 80f963450ba5c62e9688012f66aafb6980a53b25 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sat, 30 Apr 2022 22:26:42 +0200 Subject: [PATCH] vieter: switched to new cron implementation --- stacks/vieter.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stacks/vieter.yml b/stacks/vieter.yml index 0095e21..90fae72 100644 --- a/stacks/vieter.yml +++ b/stacks/vieter.yml @@ -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: