mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
* local-dev: implement local development environment this commit copies the files in /init into /local-dev, edits those files to support hot-reload features for local development, and introduces docker-compose/makefile targets in order to support local dev. Signed-off-by: ldelossa <ldelossa@redhat.com> * local-dev: hop quay workers to gunicorn this commit adds a uwsgi worker application delegate and a factory function allowing each worker to be ran by gunicorn. each worker now supports hot-reload and will reload itself when it's code is updated. this changes only affects the local dev env. Signed-off-by: ldelossa <ldelossa@redhat.com> * local-dev: add docs Signed-off-by: ldelossa <ldelossa@redhat.com>
25 lines
688 B
YAML
25 lines
688 B
YAML
---
|
|
log_level: debug-color
|
|
introspection_addr: ""
|
|
http_listen_addr: ":6000"
|
|
updaters: {}
|
|
indexer:
|
|
connstring: host=clair-db port=5432 user=clair dbname=clair sslmode=disable
|
|
scanlock_retry: 10
|
|
layer_scan_concurrency: 5
|
|
migrations: true
|
|
matcher:
|
|
connstring: host=clair-db port=5432 user=clair dbname=clair sslmode=disable
|
|
max_conn_pool: 100
|
|
migrations: true
|
|
notifier:
|
|
connstring: host=clair-db port=5432 user=clair dbname=clair sslmode=disable
|
|
migrations: true
|
|
delivery_interval: 5s
|
|
poll_interval: 15s
|
|
webhook:
|
|
target: "http://localhost:8080/secscan/notification"
|
|
callback: "http://localhost:6000/notifier/api/v1/notification"
|
|
metrics:
|
|
name: "prometheus"
|