GROWI Official docker image ======================== [![Actions Status](https://github.com/weseek/growi/workflows/Release/badge.svg)](https://github.com/weseek/growi/actions) [![docker-pulls](https://img.shields.io/docker/pulls/weseek/growi.svg)](https://hub.docker.com/r/weseek/growi/) [![](https://images.microbadger.com/badges/image/weseek/growi.svg)](https://microbadger.com/images/weseek/growi) ![GROWI-x-docker](https://user-images.githubusercontent.com/1638767/38307565-105956e2-384f-11e8-8534-b1128522d68d.png) Supported tags and respective Dockerfile links ------------------------------------------------ * [`6.1.0`, `6.1`, `6`, `latest` (Dockerfile)](https://github.com/weseek/growi/blob/v6.1.0/apps/app/docker/Dockerfile) * [`6.0.15`, `6.0`](https://github.com/weseek/growi/blob/v6.0.15/packages/app/docker/Dockerfile) * [`5.1.7`, `5.1`, `5`](https://github.com/weseek/growi/blob/v5.1.7/packages/app/docker/Dockerfile) * [`5.1.7-nocdn`, `5.1-nocdn`, `5-nocdn`](https://github.com/weseek/growi/blob/v5.1.7/packages/app/docker/Dockerfile) * [`4.5.23`, `4.5`, `4`, `latest` (Dockerfile)](https://github.com/weseek/growi/blob/v4.5.23/packages/app/docker/Dockerfile) * [`4.5.23-nocdn`, `4.5-nocdn`, `4-nocdn`, `latest-nocdn` (Dockerfile)](https://github.com/weseek/growi/blob/v4.5.23/packages/app/docker/Dockerfile) What is GROWI? ------------- GROWI is a team collaboration software and it forked from [crowi](https://github.com/weseek/crowi/crowi) see: [weseek/growi](https://github.com/weseek/growi) Requirements ------------- * MongoDB (>= 4.4) ### Optional Dependencies * ElasticSearch (>= 6.6) * Japanese (kuromoji) Analysis plugin * ICU Analysis Plugin Usage ----- ```bash docker run -d \ -e MONGO_URI=mongodb://MONGODB_HOST:MONGODB_PORT/growi \ weseek/growi ``` and go to `http://localhost:3000/` . If you use ElasticSearch, type this: ```bash docker run -d \ -e MONGO_URI=mongodb://MONGODB_HOST:MONGODB_PORT/growi \ -e ELASTICSEARCH_URI=http://ELASTICSEARCH_HOST:ELASTICSEARCH_PORT/growi \ weseek/growi ``` ### docker-compose Using docker-compose is the fastest and the most convenient way to boot GROWI. see: [weseek/growi-docker-compose](https://github.com/weseek/growi-docker-compose) Configuration ----------- See [GROWI Docs: Admin Guide](https://docs.growi.org/en/admin-guide/) ([en](https://docs.growi.org/en/admin-guide/)/[ja](https://docs.growi.org/ja/admin-guide/)). ### Environment Variables - [GROWI Docs: Environment Variables](https://docs.growi.org/en/admin-guide/admin-cookbook/env-vars.html) Issues ------ If you have any issues or questions about this image, please contact us through [GitHub issue](https://github.com/weseek/growi-docker/issues).