Skip to content

Commit

Permalink
Merge pull request #26 from hwangdaesun/feat/JNU-econovation#206
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangdaesun committed May 4, 2024
2 parents 3895842 + d4a3bbd commit 173877d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions BE/exceed/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ services:
- GF_SECURITY_ADMIN_PASSWORD=${GRAFANA_PASSWORD}
depends_on:
- prometheus
networks:
- gaebaljip-network

prometheus:
image: prom/prometheus:latest
Expand All @@ -77,6 +79,8 @@ services:
command:
- '--config.file=/etc/prometheus/prometheus.yml'
- '--storage.tsdb.path=/prometheus'
networks:
- gaebaljip-network

volumes:
grafana-data:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ scrape_configs:
metrics_path: '/actuator/prometheus'
scrape_interval: 1s
static_configs:
- targets: ['https://eatceed.net:8081']
- targets: ['3.37.117.77:8081']

0 comments on commit 173877d

Please sign in to comment.