Yuken Tezuka f30a00eaa3 add hackmd to packages %!s(int64=3) %!d(string=hai) anos
..
nocdn cdd1efb146 fix: Copy correct dotenv file for NO_CDN docker image (#4397) %!s(int64=4) %!d(string=hai) anos
Dockerfile f30a00eaa3 add hackmd to packages %!s(int64=3) %!d(string=hai) anos
Dockerfile.dockerignore 7d1f522e5b add EOL %!s(int64=4) %!d(string=hai) anos
README.md 8fbc17e1a5 Merge remote-tracking branch 'origin/master' into support/apply-nextjs-2 %!s(int64=3) %!d(string=hai) anos
docker-entrypoint.sh 712932825d fix: Migrations do not run (#4395) %!s(int64=4) %!d(string=hai) anos

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 (>= 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.