Merge pull request #2 from tcivie/security-patch

Remove open ports (Use them only internally) and expose only grafana
This commit is contained in:
Gleb Tcivie 2024-06-26 12:27:31 +03:00 committed by GitHub
commit d473767458
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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