GROWI is a team collaboration software and it forked from crowi
see: growilabs/growi
docker run -d \
-e MONGO_URI=mongodb://MONGODB_HOST:MONGODB_PORT/growi \
growilabs/growi
and go to http://localhost:3000/ .
If you use ElasticSearch, type this:
docker run -d \
-e MONGO_URI=mongodb://MONGODB_HOST:MONGODB_PORT/growi \
-e ELASTICSEARCH_URI=http://ELASTICSEARCH_HOST:ELASTICSEARCH_PORT/growi \
growilabs/growi
Using docker-compose is the fastest and the most convenient way to boot GROWI.
see: growilabs/growi-docker-compose
See GROWI Docs: Admin Guide (en/ja).
| Variable | Type | Default | Description |
|---|---|---|---|
V8_MAX_HEAP_SIZE | int (MB) | (unset) | Explicitly specify the --max-heap-size value for Node.js |
V8_OPTIMIZE_FOR_SIZE | "true" / (unset) | (unset) | Enable the --optimize-for-size V8 flag to reduce memory usage |
V8_LITE_MODE | "true" / (unset) | (unset) | Enable the --lite-mode V8 flag to reduce memory usage at the cost of performance |
Heap size fallback behavior: When V8_MAX_HEAP_SIZE is not set, the entrypoint automatically detects the container's memory limit via cgroup (v2/v1) and sets the heap size to 60% of the limit. If no cgroup limit is detected, V8's default heap behavior is used.
If you have any issues or questions about this image, please contact us through GitHub issue.
Content type
Image
Digest
sha256:e09eae5a1…
Size
407.1 MB
Last updated
10 days ago
docker pull growilabs/growi