very happy with my local app collectio now.

This commit is contained in:
2024-11-29 11:16:56 -06:00
parent e06e3c4c48
commit 7c4fb8756f
16 changed files with 246 additions and 71 deletions

View File

@@ -0,0 +1,11 @@
services:
metrics:
image: ghcr.io/lowlighter/metrics:latest
container_name: reachableceo-metrics
entrypoint: ""
command: ["npm", "start"]
ports:
- "127.0.0.1:2002:3000"
volumes:
- /path/to/settings.json:/metrics/settings.json
restart: no