Skip to content

Commit

Permalink
Update Prometheus volume path in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UO285267 committed Apr 27, 2024
1 parent 26c6f6c commit 53e2ca7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ services:
environment:
GATEWAY_SERVICE_URL: http://gatewayservice:8000



prometheus:
image: prom/prometheus
container_name: prometheus-${teamname:-defaultASW}
Expand All @@ -129,7 +131,7 @@ services:
networks:
- mynetwork
volumes:
- ./gatewayservice/monitoring/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
- ./gatewayservice/monitoring/prometheus:/etc/prometheus
- prometheus_data:/prometheus
ports:
- "9090:9090"
Expand Down

0 comments on commit 53e2ca7

Please sign in to comment.