feat(kiwix): add kiwix stack

This commit is contained in:
2026-01-24 13:22:46 +01:00
parent 8b4e055bb5
commit f339cbb52a
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
services:
kiwix-serve:
image: ghcr.io/kiwix/kiwix-serve:latest
container_name: kiwix
ports:
- "${PORT:-8027}:8080"
volumes:
- "${ZIM_PATH:?}:/data"
command:
- '*.zim'