Skip to content

Latest commit

 

History

History

README.md

docker compose

A temporary way to run univer servers using docker-compose.


Machine Requirement

  1. CPU: 1 cores
  2. Memory: 2G
  3. Disk: 10G
  4. OS: Linux, Mac

Quick start

  1. Install docker >= 23.0 version.

  2. Clone this repository.

git clone https://github.com/dream-num/helm-charts.git
  1. Change directory to docker-compose.
cd helm-charts/docker-compose
  1. Run docker-compose.
bash run.sh
  1. You can use our demo to try.
bash run.sh start-demo-ui

Use port

service port description
universer 8000 api http server
minio 19000 s3 object storage server
grafana 13000 grafana dashboard server
  1. How to enable observability component?
set in the .env.custom file:
ENABLE_UNIVER_OBSERVABILITY=true
  1. 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
  1. If you need the server sql schema, you can get from this