mirror of
https://github.com/tcivie/meshtastic-metrics-exporter.git
synced 2024-12-27 14:39:57 -08:00
Merge pull request #2 from tcivie/security-patch
Remove open ports (Use them only internally) and expose only grafana
This commit is contained in:
commit
d473767458
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue