Move files into application directories

This commit is contained in:
Jake Howard
2021-03-05 14:40:17 +00:00
parent 8e977edba1
commit 89dbbc71e5
10 changed files with 6 additions and 6 deletions

View File

@ -0,0 +1,21 @@
version: "2.3"
services:
prometheus:
image: prom/prometheus:latest
restart: unless-stopped
volumes:
- ./prometheus.yml:/etc/prometheus/prometheus.yml
- /mnt/tank/dbs/prometheus/forrest/:/prometheus/
networks:
- default
- prometheus
- grafana
ports:
- "{{ protected_ip }}:9090:9090"
networks:
prometheus:
external: true
grafana:
external: true