From 085e79c7bdb653afd5869728b73fcf84baafccda Mon Sep 17 00:00:00 2001 From: Snazzah Date: Sat, 22 Jun 2024 17:01:55 -0500 Subject: [PATCH] update docs and docker compose --- README.md | 3 +++ docker-compose.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c76778..42e9167 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,15 @@ curl -fsSL https://bun.sh/install | bash To build the client: ```sh cd client +bun install bun run exe ``` To run the server: ```sh cd server +bun install +# clone .env from .env.example and fill in variables bun start ``` diff --git a/docker-compose.yml b/docker-compose.yml index 73c2be8..d5f9906 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: environment: - GF_INSTALL_PLUGINS=orchestracities-map-panel volumes: - - ./grafana:/var/lib/grafana + - grafana:/var/lib/grafana volumes: postgres: