Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-compose: fixes for local-dev mode #2010

Open
wants to merge 2 commits into
base: release-4.7
Choose a base branch
from
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