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: To build the client:
```sh ```sh
cd client cd client
bun install
bun run exe bun run exe
``` ```
To run the server: To run the server:
```sh ```sh
cd server cd server
bun install
# clone .env from .env.example and fill in variables
bun start bun start
``` ```

View File

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