This commit is contained in:
@@ -11,7 +11,7 @@ services:
|
||||
- '127.0.0.1:9090:9090'
|
||||
volumes:
|
||||
- prometheus-data:/prometheus
|
||||
- /opt/monitoring/prometheus.yml:/etc/prometheus/prometheus.yml
|
||||
- /opt/beeserver/monitoring/prometheus.yml:/etc/prometheus/prometheus.yml
|
||||
networks:
|
||||
- monitoring
|
||||
|
||||
@@ -40,7 +40,7 @@ services:
|
||||
- '127.0.0.1:9096:9096'
|
||||
volumes:
|
||||
- loki-data:/loki
|
||||
- /opt/monitoring/local-config.yml:/etc/loki/local-config.yaml
|
||||
- /opt/beeserver/monitoring/local-config.yml:/etc/loki/local-config.yaml
|
||||
command: -config.file=/etc/loki/local-config.yaml
|
||||
restart: always
|
||||
networks:
|
||||
@@ -52,8 +52,8 @@ services:
|
||||
ports:
|
||||
- '127.0.0.1:12345:12345'
|
||||
volumes:
|
||||
- /opt/monitoring/config.alloy:/etc/alloy/config.alloy
|
||||
- /opt/monitoring/database:/opt/database
|
||||
- /opt/beeserver/monitoring/config.alloy:/etc/alloy/config.alloy
|
||||
- /opt/beeserver/monitoring/database:/opt/database
|
||||
- /var/log:/var/log:ro
|
||||
- /run/log/journal:/run/log/journal:ro
|
||||
- /var/log/journal:/var/log/journal:ro
|
||||
|
||||
Reference in New Issue
Block a user