chore(docker): remove prometheus as we are using victoria metrics

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
Rodney Osodo
2026-07-10 07:35:18 +00:00
parent 309da50ef0
commit 4530110ebf
4 changed files with 2 additions and 20 deletions
-3
View File
@@ -70,9 +70,6 @@ include:
- path: ./karakeep/docker-compose.yaml
project_directory: ..
env_file: .env
- path: ./prometheus/docker-compose.yaml
project_directory: ..
env_file: .env
- path: ./dawarich/docker-compose.yaml
project_directory: ..
env_file: .env
@@ -1,15 +0,0 @@
services:
prometheus:
container_name: prometheus
image: docker.io/prom/prometheus:v3.12.0
restart: unless-stopped
networks:
- homelab-network
security_opt:
- no-new-privileges:true
ports:
- 4081:9090
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./docker-compose/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
- ~/docker-volumes/prometheus/data:/prometheus
@@ -10,7 +10,7 @@ services:
ports:
- 4082:4082
volumes:
- ./docker-compose/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml:ro
- ./docker-compose/victoria-metrics/prometheus.yml:/etc/prometheus/prometheus.yml:ro
- ~/docker-volumes/victoria-metrics/data:/storage
command:
- -storageDataPath=/storage
@@ -4,7 +4,7 @@ global:
evaluation_interval: 15s
scrape_configs:
- job_name: prometheus
- job_name: victoria-metrics
honor_timestamps: true
metrics_path: /metrics
scheme: http