Remove unused prometheus network

This commit is contained in:
Jake Howard 2022-12-04 22:12:55 +00:00
parent 75862dbaf9
commit 8e3b381b8d
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 0 additions and 7 deletions

View File

@ -9,7 +9,6 @@ services:
- /mnt/tank/dbs/prometheus/forrest/:/prometheus/
networks:
- default
- prometheus
- grafana
ports:
- "{{ pve_hosts.forrest.ip }}:9090:9090"
@ -21,7 +20,5 @@ services:
- ./blackbox.yml:/etc/blackbox_exporter/config.yml
networks:
prometheus:
external: true
grafana:
external: true

View File

@ -1,7 +1,3 @@
- name: Create network
docker_network:
name: prometheus
- name: Create prometheus install directory
file:
path: /opt/prometheus