Skip to content

Commit

Permalink
use default net
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon committed Aug 21, 2024
1 parent f1c2d00 commit 8af196c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions observability-stack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ services:
- ./prometheus.yml:/etc/prometheus/prometheus.yml
ports:
- "9090:9090"
networks:
- custom_net

grafana:
image: grafana/grafana:latest
Expand All @@ -20,8 +18,6 @@ services:
- GF_SECURITY_ADMIN_PASSWORD=${GF_SECURITY_ADMIN_PASSWORD}
depends_on:
- prometheus
networks:
- custom_net
volumes:
- grafana-data:/var/lib/grafana
- ./grafana/provisioning:/etc/grafana/provisioning
Expand All @@ -30,6 +26,3 @@ services:
volumes:
grafana-data:

networks:
custom_net:
driver: bridge

0 comments on commit 8af196c

Please sign in to comment.