You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
369 B

services:
prometheus:
image: prom/prometheus:latest
ports:
- "9090:9090"
volumes:
- ../examples/metrics-and-dashboards/prometheus.yml:/etc/prometheus/prometheus.yml
go-libp2p-node:
build:
context: ../examples/metrics-and-dashboards/
dockerfile: go-libp2p-node.Dockerfile
ports:
- 5001:5001
expose:
- 5001