ceremonyclient/go-libp2p/dashboards/docker-compose-linux.yml
2023-08-20 23:07:43 -05:00

13 lines
401 B
YAML

version: "3.7"
services:
prometheus:
network_mode: "host"
extra_hosts:
# define a host.docker.internal alias, so we can use the same prometheus.yml on Linux and macOS
- "host.docker.internal:127.0.0.1"
grafana:
network_mode: "host"
extra_hosts:
# define a prometheus alias, so we can use the same datasources.yml on Linux and macOS
- "prometheus:127.0.0.1"