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 bd281ea commit 26c6f6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ services:
environment:
GATEWAY_SERVICE_URL: http://gatewayservice:8000



prometheus:
image: prom/prometheus
container_name: prometheus-${teamname:-defaultASW}
Expand All @@ -131,7 +129,7 @@ services:
networks:
- mynetwork
volumes:
- ./gatewayservice/monitoring/prometheus:/etc/prometheus
- ./gatewayservice/monitoring/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
- prometheus_data:/prometheus
ports:
- "9090:9090"
Expand Down
Binary file modified docs/images/diagramaDespliegue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 26c6f6c

Please sign in to comment.