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: