Gollum
Simple, Git-powered wiki with a sweet API and local frontend.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "3.7"
services:
gollum:
image: gollumwiki/gollum:master
restart: always
ports:
- "4567:4567/tcp"
volumes:
- ${PWD}/config.rb:/etc/gollum/config.rb
- ${PWD}/gitconfig:/home/www-data/.gitconfig
- ${PWD}/wikidata:/wiki
command:
- "--config=/etc/gollum/config.rb"Resources
GitHub: https://github.com/gollum/gollum
Docker Hub : https://hub.docker.com/r/gollumwiki/gollum
Configuration: https://github.com/gollum/gollum/wiki/Gollum-via-Docker