update docs and docker compose

This commit is contained in:
Snazzah 2024-06-22 17:01:55 -05:00
parent 5b1ffdd30d
commit 085e79c7bd
Signed by: Snazzah
GPG Key ID: EA479766A94CEB61
2 changed files with 4 additions and 1 deletions

View File

@ -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
```

View File

@ -27,7 +27,7 @@ services:
environment:
- GF_INSTALL_PLUGINS=orchestracities-map-panel
volumes:
- ./grafana:/var/lib/grafana
- grafana:/var/lib/grafana
volumes:
postgres: