Shun Miyazawa 1ef5174609 Merge branch 'master' into chore/171188-update-org-links-to-growilabs 6 months ago
..
codebuild 0c8162bd79 fix: update GitHub repository references to use growilabs organization 6 months ago
Dockerfile 82ad3d11cd Update Dockerfiles to use node:22-slim as the base image 9 months ago
Dockerfile.dockerignore 3b0f7cb7a4 update dockerignore 1 year ago
README.md a556d89148 fix: update repository references from weseek to growilabs in various files 7 months ago
docker-entrypoint.sh f975e96341 Revert "support: Revert pdf converter implement" 1 year ago

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 \
    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.