Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ x-anchors:
- /etc/clair/${CLAIR_CONFIG:-config.yaml}
restart: unless-stopped
working_dir: /src/cmd/clair
tmpfs:
- /tmp:exec,mode=1777

services:
indexer:
Expand Down Expand Up @@ -145,6 +147,7 @@ services:
container_name: clair-notifier
profiles:
- notifier
- quay
environment:
CLAIR_MODE: "notifier"
NOTIFIER_TEST_MODE: "true"
Expand Down Expand Up @@ -197,12 +200,6 @@ services:
profiles:
- quay
image: *redis-image
quay-notifier:
<<: *notifier
profiles:
- quay
environment:
CLAIR_MODE: "notifier"
skopeo:
container_name: quay-skopeo
profiles:
Expand Down