mirror of
https://github.com/tcivie/meshtastic-metrics-exporter.git
synced 2024-12-28 23:19:48 -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"
|
- "host.docker.internal:host-gateway"
|
||||||
networks:
|
networks:
|
||||||
- mesh-bridge
|
- mesh-bridge
|
||||||
ports:
|
|
||||||
- "9090:9090"
|
|
||||||
volumes:
|
volumes:
|
||||||
- prometheus_data:/prometheus
|
- prometheus_data:/prometheus
|
||||||
- ./docker/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
|
- ./docker/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
|
||||||
|
@ -47,8 +45,6 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- mesh-bridge
|
- mesh-bridge
|
||||||
ports:
|
|
||||||
- "6379:6379"
|
|
||||||
volumes:
|
volumes:
|
||||||
- redis_data:/data
|
- redis_data:/data
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue