Add observability stack configuration for Grafana, Prometheus, Loki, and cAdvisor
This commit is contained in:
@@ -29,7 +29,7 @@ volumes:
|
||||
|
||||
services:
|
||||
grafana:
|
||||
image: ghcr.io/hyntaria/observability/grafana:v1.0
|
||||
image: ghcr.io/obnitram/observability/grafana:v1.0
|
||||
environment:
|
||||
GF_SECURITY_ADMIN_USER__FILE: /run/secrets/grafana-admin-user
|
||||
GF_SECURITY_ADMIN_PASSWORD__FILE: /run/secrets/grafana-admin-password
|
||||
@@ -59,7 +59,7 @@ services:
|
||||
- grafana-frontend-network
|
||||
|
||||
prometheus:
|
||||
image: ghcr.io/hyntaria/observability/prometheus:v0.2
|
||||
image: ghcr.io/obnitram/observability/prometheus:v0.2
|
||||
command:
|
||||
- "--config.file=/etc/prometheus/prometheus.yml"
|
||||
- "--storage.tsdb.path=/prometheus"
|
||||
@@ -90,7 +90,7 @@ services:
|
||||
- proxy-swarm-network
|
||||
|
||||
loki:
|
||||
image: ghcr.io/hyntaria/observability/loki:v0.1
|
||||
image: ghcr.io/obnitram/observability/loki:v0.1
|
||||
volumes:
|
||||
- loki-storage:/loki
|
||||
deploy:
|
||||
@@ -137,7 +137,7 @@ services:
|
||||
- observability-network
|
||||
|
||||
alloy:
|
||||
image: ghcr.io/hyntaria/observability/alloy:v0.1
|
||||
image: ghcr.io/obnitram/observability/alloy:v0.1
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user