Skip to content

Commit c96a521

Browse files
committed
♻️ refactor: 프로메테우스 설정 파일 격리
1 parent 06f0d86 commit c96a521

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docker-compose/docker-compose.prod.infra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ services:
8383
networks:
8484
- Denamu
8585
volumes:
86-
- ./prometheus.yml:/etc/prometheus/prometheus.yml
86+
- ./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
8787
- denamu-prometheus:/prometheus
8888
command:
8989
- '--config.file=/etc/prometheus/prometheus.yml'

0 commit comments

Comments
 (0)