mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 03:45:49 +02:00
vieter: switched to new cron implementation
This commit is contained in:
parent
5db1cd588e
commit
80f963450b
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue