very happy with my local app collectio now.
This commit is contained in:
11
metrics/docker-compose.yml
Normal file
11
metrics/docker-compose.yml
Normal 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
|
Reference in New Issue
Block a user