2025-12-30 17:05:05 +05:30
|
|
|
services:
|
|
|
|
|
kiwix:
|
|
|
|
|
container_name: kiwix
|
2026-01-24 08:46:07 +00:00
|
|
|
image: ghcr.io/kiwix/kiwix-serve:3.8.1@sha256:a105ef4c6791741224f0f6883fc391c4fe8bd25307be286e631d0a52e8777ef7
|
2025-12-30 17:05:05 +05:30
|
|
|
restart: unless-stopped
|
|
|
|
|
command:
|
|
|
|
|
- '*.zim'
|
|
|
|
|
volumes:
|
2026-02-18 21:34:59 +05:30
|
|
|
- ${DATA_PATH}:/data
|
2025-12-30 17:05:05 +05:30
|
|
|
ports:
|
|
|
|
|
- ${PORT}:8080
|
|
|
|
|
networks:
|
|
|
|
|
- frontend
|
|
|
|
|
|
|
|
|
|
networks:
|
|
|
|
|
frontend:
|
|
|
|
|
external: true
|