2024-11-29 14:50:16 +00:00
|
|
|
services:
|
|
|
|
metrics:
|
|
|
|
image: ghcr.io/lowlighter/metrics:latest
|
2024-11-29 17:16:56 +00:00
|
|
|
container_name: reachableceo-metrics
|
2024-11-29 14:50:16 +00:00
|
|
|
entrypoint: ""
|
|
|
|
command: ["npm", "start"]
|
|
|
|
ports:
|
|
|
|
- "127.0.0.1:2002:3000"
|
|
|
|
volumes:
|
|
|
|
- /path/to/settings.json:/metrics/settings.json
|
|
|
|
restart: no
|