Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to official Gollum image (#410) #411

Merged
merged 3 commits into from
Dec 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions gollum.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
{
"Gollum": {
"description": "A Git Based Wiki on Alpine. <p>Based on a custom docker image: <a href='https://hub.docker.com/r/adtac/gollum-alpine' target='_blank'>https://hub.docker.com/r/adtac/gollum-alpine</a>, available for amd64 architecture only.</p>",
"version": "0.0.2",
"gollum": {
"description": "Gollum is a simple wiki system built on top of Git.<p>Based on the official docker image: <a href='https://hub.docker.com/r/gollumwiki/gollum' target='_blank'>https://hub.docker.com/r/gollumwiki/gollum</a>, available for amd64 and arm64 architecture.</p>",
"version": "1.1",
"website": "https://github.com/gollum/gollum",
"containers": {
"gollum-alpine": {
"image": "adtac/gollum-alpine",
"gollumdw": {
"image": "gollumwiki/gollum",
"tag": "5.3",
"launch_order": 1,
"ports": {
"8080": {
"4567": {
"description": "Website Port",
"label": "Gollum Port",
"host_default": 8082,
"host_default": 4567,
"protocol": "tcp",
"ui": true
}
},
"volumes": {
"/wiki": {
"description": "Choose a share for wiki storage",
"description": "Choose a share for the storage of artefacts created with gollum. E.g. a create a share called gollum-wiki.",
"label": "Wiki storage"
}
}
}
}
}
}
}