Skip to content

Commit

Permalink
Also add the ClearlyDefined certifier to the postgres compose file (g…
Browse files Browse the repository at this point in the history
…uacsec#2130)

Similar to what was done in guacsec#2129

Fixes guacsec#2128
(Even though that's already closed as fixed. Oops!)

Signed-off-by: Ben Cotton <[email protected]>
  • Loading branch information
funnelfiasco authored Sep 18, 2024
1 parent 2752e40 commit d4abef2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions container_files/guac-postgres-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,19 @@ services:
volumes:
- ./blobstore:/tmp/blobstore:z

cd-certifier:
image: $GUAC_IMAGE
command: "/opt/guac/guacone certifier cd -p --csub-addr=collectsub:2782 --gql-addr=http://graphql:8080/query"
working_dir: /guac
restart: on-failure
depends_on:
collectsub:
condition: service_healthy
nats:
condition: service_healthy
volumes:
- ./blobstore:/tmp/blobstore:z

oci-collector:
image: $GUAC_IMAGE
command: "/opt/guac/guaccollect image --csub-addr=collectsub:2782 --blob-addr=file:///tmp/blobstore?no_tmp_dir=true --pubsub-addr=nats://nats:4222"
Expand Down

0 comments on commit d4abef2

Please sign in to comment.