Unarchive Kiwix

This commit is contained in:
2026-02-18 21:30:23 +05:30
parent 59c98d8b51
commit 080e1e17f5

17
kiwix/docker-compose.yml Normal file
View File

@@ -0,0 +1,17 @@
services:
kiwix:
container_name: kiwix
image: ghcr.io/kiwix/kiwix-serve:3.8.1@sha256:a105ef4c6791741224f0f6883fc391c4fe8bd25307be286e631d0a52e8777ef7
restart: unless-stopped
command:
- '*.zim'
volumes:
- ${APPDATA_PATH}/kiwix/data:/data
ports:
- ${PORT}:8080
networks:
- frontend
networks:
frontend:
external: true