first commit

This commit is contained in:
2026-03-15 01:00:14 +01:00
commit c1a4025697
6 changed files with 529 additions and 0 deletions

16
misc/docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
services:
kiwix:
image: ghcr.io/kiwix/kiwix-serve:3.8.2
container_name: kiwix
restart: unless-stopped
networks:
- misc
ports:
- "8099:8080"
volumes:
- /mnt/media/kiwix:/data
command: ["/data/wikipedia_en_all_maxi_2025-08.zim"]
networks:
misc:
external: true