diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..60baa9c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +data/* diff --git a/compose.yml b/compose.yml index 5f39913..903c9c6 100644 --- a/compose.yml +++ b/compose.yml @@ -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