Add kiwix

This commit is contained in:
2025-12-30 17:05:05 +05:30
parent f6fff384f0
commit 0bfdf672e6

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:9dbbc25fb8a4e9daa01aa5f8305220acd745ef46ebaf24044659405c26d2a07a
restart: unless-stopped
command:
- '*.zim'
volumes:
- ${APPDATA_PATH}/kiwix/data:/data
ports:
- ${PORT}:8080
networks:
- frontend
networks:
frontend:
external: true