update config name
All checks were successful
Deploy Containers / Prepare (push) Successful in 26s

This commit is contained in:
2025-07-29 23:49:37 -04:00
parent 2bae25284c
commit 0a84520e94

View File

@@ -29,7 +29,7 @@
- name: Copy Prometheus Config
template:
src: "prometheus.yml.j2"
dest: "{{ data_dir }}/monitoring/prometheus/prometheus.yml"
dest: "{{ data_dir }}/monitoring/prometheus/config.yml"
- name: Create Prometheus Docker Container
docker_container:
@@ -42,7 +42,7 @@
- name: monitoring
volumes:
- "{{ data_dir }}/monitoring/prometheus:/prometheus"
- "{{ data_dir }}/monitoring/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml"
- "{{ data_dir }}/monitoring/prometheus/config.yml:/etc/prometheus/prometheus.yml"
- name: Create CAdvisor Docker Container
docker_container: