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
+17
View File
@@ -0,0 +1,17 @@
# Base
RUSTFS_API_PORT=14602
RUSTFS_CONSOLE_PORT=14601
# Observability
GRAFANA_PORT=14603
PGADMIN_PORT=14604
VICTORIAMETRICS_PORT=14605
OTEL_GRPC_PORT=14607
OTEL_HTTP_PORT=14608
GRAFANA_PYROSCOPE_PORT=14611
# Backend
BACKEND_PORT=14609
# Proxy
CADDY_PORT=80