mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-21 05:45:13 +00:00
remove non-working volume from grafana and open ports to prometheus in ansible
This commit is contained in:
parent
8c1adccda9
commit
400ca82d4f
2 changed files with 2 additions and 2 deletions
|
@ -8,5 +8,3 @@
|
||||||
GF_SECURITY_ADMIN_PASSWORD: "{{ grafana_password }}"
|
GF_SECURITY_ADMIN_PASSWORD: "{{ grafana_password }}"
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
volumes:
|
|
||||||
- /srv/newsblur/docker/volumes/grafana_data:/var/lib/grafana
|
|
||||||
|
|
|
@ -13,6 +13,8 @@
|
||||||
network_mode: host
|
network_mode: host
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
command: '-config.file=/etc/prometheus/prometheus.yml'
|
command: '-config.file=/etc/prometheus/prometheus.yml'
|
||||||
|
ports:
|
||||||
|
- "9090:9090"
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/newsblur/docker/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
|
- /srv/newsblur/docker/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
|
||||||
- /srv/newsblur/docker/volumes/prometheus_data:/prometheus
|
- /srv/newsblur/docker/volumes/prometheus_data:/prometheus
|
Loading…
Add table
Reference in a new issue