Move prometheus + grafana config
This commit is contained in:
parent
8c337a324b
commit
fd9bd94d58
6 changed files with 4 additions and 1391 deletions
|
@ -6,8 +6,8 @@ services:
|
|||
restart: unless-stopped
|
||||
container_name: prometheus
|
||||
volumes:
|
||||
- ./prometheus/:/etc/prometheus/
|
||||
- {{ server.work_dir }}/traefik/prometheus:/prometheus
|
||||
- {{ server.work_dir }}/prometheus/config:/etc/prometheus
|
||||
- {{ server.work_dir }}/prometheus/base:/prometheus
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
command:
|
||||
|
@ -36,8 +36,8 @@ services:
|
|||
restart: unless-stopped
|
||||
container_name: grafana
|
||||
volumes:
|
||||
- {{ server.work_dir }}/traefik/grafana:/var/lib/grafana
|
||||
- ./grafana/provisioning:/etc/grafana/provisioning
|
||||
- {{ server.work_dir }}/grafana/base:/var/lib/grafana
|
||||
- {{ server.work_dir }}/grafana/provisioning:/etc/grafana/provisioning
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
env_file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue