Remove unused prometheus network
This commit is contained in:
parent
75862dbaf9
commit
8e3b381b8d
2 changed files with 0 additions and 7 deletions
|
@ -9,7 +9,6 @@ services:
|
||||||
- /mnt/tank/dbs/prometheus/forrest/:/prometheus/
|
- /mnt/tank/dbs/prometheus/forrest/:/prometheus/
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
- prometheus
|
|
||||||
- grafana
|
- grafana
|
||||||
ports:
|
ports:
|
||||||
- "{{ pve_hosts.forrest.ip }}:9090:9090"
|
- "{{ pve_hosts.forrest.ip }}:9090:9090"
|
||||||
|
@ -21,7 +20,5 @@ services:
|
||||||
- ./blackbox.yml:/etc/blackbox_exporter/config.yml
|
- ./blackbox.yml:/etc/blackbox_exporter/config.yml
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
prometheus:
|
|
||||||
external: true
|
|
||||||
grafana:
|
grafana:
|
||||||
external: true
|
external: true
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
- name: Create network
|
|
||||||
docker_network:
|
|
||||||
name: prometheus
|
|
||||||
|
|
||||||
- name: Create prometheus install directory
|
- name: Create prometheus install directory
|
||||||
file:
|
file:
|
||||||
path: /opt/prometheus
|
path: /opt/prometheus
|
||||||
|
|
Loading…
Reference in a new issue