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