mergify[bot] ce8b7015f0 Release v7.4.7 2 недель назад
..
codebuild 2c3957574b Update AWS profile in CodeBuild configuration 3 месяцев назад
Dockerfile ae9bdf7170 Revert "Merge pull request #10140 from weseek/support/168264-node-v22" 6 месяцев назад
Dockerfile.dockerignore 3b0f7cb7a4 update dockerignore 1 год назад
README.md ce8b7015f0 Release v7.4.7 2 недель назад
docker-entrypoint.sh f975e96341 Revert "support: Revert pdf converter implement" 1 год назад

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: growilabs/growi

Requirements

  • MongoDB (>= 6.0)

Optional Dependencies

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

Usage

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

docker-compose

Using docker-compose is the fastest and the most convenient way to boot GROWI.

see: growilabs/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.