Skip to content

Commit

Permalink
fix : cd 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KoSeonJe committed Dec 8, 2024
1 parent 9b32219 commit 2a5c1fd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ services:
restart: always
ports:
- 3000:3000
volumes:
- grafana-data:/var/lib/grafana
- grafana-provisioning:/etc/grafana/provisioning

promtail:
container_name: promtail
Expand Down Expand Up @@ -73,4 +76,8 @@ networks:
my_network: # 네트워크 정의
driver: bridge


volumes:
grafana-data:
external: true
grafana-provisioning:
external: true

0 comments on commit 2a5c1fd

Please sign in to comment.