A temporary way to run univer servers using docker-compose.
- CPU: 1 cores
- Memory: 2G
- Disk: 10G
- OS: Linux, Mac
-
Install docker >= 23.0 version.
-
Clone this repository.
git clone https://github.com/dream-num/helm-charts.git- Change directory to
docker-compose.
cd helm-charts/docker-compose- Run docker-compose.
bash run.sh- You can use our demo to try.
bash run.sh start-demo-ui| service | port | description |
|---|---|---|
| universer | 8000 | api http server |
| minio | 19000 | s3 object storage server |
| grafana | 13000 | grafana dashboard server |
- How to enable observability component?
set in the .env.custom file:
ENABLE_UNIVER_OBSERVABILITY=true
- How to deal with host port conflict?
# change the host ports in .env.custom file:
HOST_NGINX_PORT=8000
HOST_MINIO_PORT=19000
HOST_GRAFANA_PORT=13000
- If you need the server sql schema, you can get from this