Skip to content

Commit

Permalink
chore: align compose command with cli changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanb committed Apr 22, 2024
1 parent 0c34cb5 commit e1c6b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/compose/compose-walkers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
vexination-walker:
image: $TRUST_IMAGE:${TRUST_VERSION:?TRUST_VERSION is required}
command: /trust vexination walker --devmode --workers 3 -3 --source https://www.redhat.com/.well-known/csaf/provider-metadata.json --sink http://vexination-api:$VEXINATION_API_PORT/api/v1/vex
command: /trust vexination walker --devmode -3 --source https://www.redhat.com/.well-known/csaf/provider-metadata.json --sink http://vexination-api:$VEXINATION_API_PORT/api/v1/vex
depends_on:
minio:
condition: service_healthy
Expand Down

0 comments on commit e1c6b84

Please sign in to comment.