Skip to content

Commit

Permalink
Also add the ClearlyDefined certifier to the postgres compose file
Browse files Browse the repository at this point in the history
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 <ben@kusari.dev>
  • Loading branch information
funnelfiasco committed Sep 13, 2024
1 parent c22cf02 commit 9757b67
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions container_files/guac-postgres-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,17 @@ 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
graphql:
condition: service_healthy

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 9757b67

Please sign in to comment.