vieter: switched to new cron implementation
parent
5db1cd588e
commit
80f963450b
|
@ -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…
Reference in New Issue