feat(): added compose setup with full observability stack

This commit is contained in:
ITQ
2026-04-18 10:35:06 +03:00
parent 123528dcb9
commit 1ff759b53b
42 changed files with 9717 additions and 0 deletions
@@ -0,0 +1,14 @@
server:
http_listen_port: 4040
storage:
backend: s3
s3:
bucket_name: pyroscope
endpoint: ${S3_ENDPOINT}
access_key_id: ${S3_ACCESS_KEY}
secret_access_key: ${S3_SECRET_KEY}
insecure: true
analytics:
reporting_enabled: false