composer: Disable artifacts for the service

When backed by a DB, composer has no need of a queue directory.

This also addresses "Error moving artifacts for job" logging noise.

Signed-off-by: sanne <sanne.raymaekers@gmail.com>
This commit is contained in:
sanne 2021-12-03 18:26:40 +01:00 committed by Tom Gundersen
parent 487e2d0669
commit 60d4f5a751
5 changed files with 16 additions and 8 deletions

View file

@ -1259,6 +1259,7 @@ jwt_acl_file = ""
[worker]
pg_host = "localhost"
pg_port = "5432"
enable_artifacts = false
pg_database = "osbuildcomposer"
pg_user = "postgres"
pg_password = "foobar"