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/
|
||||
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
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
- name: Create network
|
||||
docker_network:
|
||||
name: prometheus
|
||||
|
||||
- name: Create prometheus install directory
|
||||
file:
|
||||
path: /opt/prometheus
|
||||
|
|
Loading…
Reference in a new issue