Yuki Takei 525884e983 add yarn.lock to artifacts 4 yıl önce
..
nocdn 905434004d fix lint error 6 yıl önce
Dockerfile 525884e983 add yarn.lock to artifacts 4 yıl önce
README.md 8deaec1788 update scripts and docs for minor version updating 4 yıl önce
docker-entrypoint.sh 94221dcbc9 add gosu instead of su-exec 4 yıl önce

README.md

GROWI Official docker image

Actions Status docker-pulls

GROWI-x-docker

Supported tags and respective Dockerfile links

What is GROWI?

GROWI is a team collaboration software and it forked from crowi

see: weseek/growi

What is growi-docker?

The GROWI official docker image for production use which concludes several official plugins.

Requirements

  • MongoDB (>= 4.4)

Optional Dependencies

  • ElasticSearch (>= 6.6)
    • Japanese (kuromoji) Analysis plugin
    • ICU Analysis Plugin

Usage

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:

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

Configuration

See GROWI Docs: Admin Guide (en/ja).

Environment Variables

Issues

If you have any issues or questions about this image, please contact us through GitHub issue.