Futa Arai 0de13b9f3f Merge branch 'feat/page-bulk-export' into feat/135772-pdf-page-bulk-export 1 год назад
..
codebuild 5c79aba6c8 stop pulling with LFS 1 год назад
Dockerfile 17fc22da8d fix pnpm version 1 год назад
Dockerfile.dockerignore 3b0f7cb7a4 update dockerignore 1 год назад
README.md 64847e0fd1 update documents 1 год назад
docker-entrypoint.sh d9f9146905 set permission for bulk export shared directory in entrypoint 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: weseek/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 \
    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.