Cleanup
This commit is contained in:
parent
757c460be5
commit
2f5cdf49b0
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
data/*
|
|
@ -7,13 +7,13 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/blackbox:/etc/blackbox
|
- ./config/blackbox:/etc/blackbox
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:9115:9115
|
- 127.0.0.1:9115:9115 # Debug only
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
image: prom/prometheus:latest
|
image: prom/prometheus:latest
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:9094:9090
|
- 127.0.0.1:9094:9090 # Debug only
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/prometheus:/etc/prometheus
|
- ./config/prometheus:/etc/prometheus
|
||||||
- ./data/prometheus:/prometheus
|
- ./data/prometheus:/prometheus
|
||||||
|
|
Loading…
Reference in a new issue