From 7b75b5f9bb2a31027dfbe1ed2846ee5e014cb752 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Thu, 12 May 2022 09:25:44 -0700 Subject: [PATCH] update docker instructions. --- README.md | 4 ++++ docs/INSTALL_HUB_SPOKE.md | 1 + 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 3f342c5..852ad6f 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ Scrutiny uses `smartctl --scan` to detect devices/drives. If you're using Docker, getting started is as simple as running the following command: +> See [docker/example.omnibus.docker-compose.yml](./docker/example.omnibus.docker-compose.yml) for a docker-compose file. + ```bash docker run -it --rm -p 8080:8080 -p 8086:8086 \ -v `pwd`/scrutiny:/opt/scrutiny/config \ @@ -95,6 +97,8 @@ In addition to the Omnibus image (available under the `latest` tag) there are 2 - `ghcr.io/analogj/scrutiny:master-collector` - Contains the Scrutiny data collector, `smartctl` binary and cron-like scheduler. You can run one collector on each server. - `ghcr.io/analogj/scrutiny:master-web` - Contains the Web UI, API and Database. Only one container necessary +> See [docker/example.hubspoke.docker-compose.yml](./docker/example.hubspoke.docker-compose.yml) for a docker-compose file. + ```bash docker run --rm -p 8086:8086 \ -v `pwd`/influxdb2:/var/lib/influxdb2 \ diff --git a/docs/INSTALL_HUB_SPOKE.md b/docs/INSTALL_HUB_SPOKE.md index e69de29..cc2b69e 100644 --- a/docs/INSTALL_HUB_SPOKE.md +++ b/docs/INSTALL_HUB_SPOKE.md @@ -0,0 +1 @@ +> See [docker/example.hubspoke.docker-compose.yml](./docker/example.hubspoke.docker-compose.yml) for a docker-compose file.