This commit is contained in:
mdivecky 2024-12-10 13:03:28 +01:00
parent 757c460be5
commit 2f5cdf49b0
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
data/*

View file

@ -7,13 +7,13 @@ services:
volumes:
- ./config/blackbox:/etc/blackbox
ports:
- 127.0.0.1:9115:9115
- 127.0.0.1:9115:9115 # Debug only
prometheus:
image: prom/prometheus:latest
user: 1000:1000
ports:
- 127.0.0.1:9094:9090
- 127.0.0.1:9094:9090 # Debug only
volumes:
- ./config/prometheus:/etc/prometheus
- ./data/prometheus:/prometheus