services:
exporter:
image: cosmtrek/air:v1.61.7
volumes:
- .:/app
ports:
- "9101:9101"
command: air -c .air.toml
prometheus:
image: prom/prometheus:v3.1.0
- ./prometheus.yml:/etc/prometheus/prometheus.yml
- "9090:9090"