Add Kiwix

This commit is contained in:
Corium
2025-12-11 02:06:03 +01:00
parent 1632b821e4
commit de1df8823f
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
services:
kiwix-serve:
image: ghcr.io/kiwix/kiwix-serve:latest
container_name: kiwix
restart: unless-stopped
ports:
- "8080:8080"
expose:
- 8080
# uncomment next 4 lines to use it with local zim file in /tmp/zim
# volumes:
# - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/kiwix/data:/data
# command:
# - '*.zim'
# uncomment next 2 lines to use it with remote zim file
# environment:
# - DOWNLOAD=https://download.kiwix.org/zim/wikipedia_bm_all.zim