Remove open ports (Use them only internally) and expose only grafana

This commit is contained in:
Gleb Tcivie 2024-06-26 12:26:17 +03:00
parent 9136aa5f0e
commit c8a369031d

View file

@ -11,8 +11,6 @@ services:
- "host.docker.internal:host-gateway"
networks:
- mesh-bridge
ports:
- "9090:9090"
volumes:
- prometheus_data:/prometheus
- ./docker/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
@ -47,8 +45,6 @@ services:
restart: unless-stopped
networks:
- mesh-bridge
ports:
- "6379:6379"
volumes:
- redis_data:/data