update docs and docker compose
This commit is contained in:
parent
5b1ffdd30d
commit
085e79c7bd
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user