2025-12-30 17:05:05 +05:30
|
|
|
services:
|
|
|
|
|
kiwix:
|
|
|
|
|
container_name: kiwix
|
2026-05-12 02:33:09 +00:00
|
|
|
image: ghcr.io/kiwix/kiwix-serve:3.8.2@sha256:3448ca74298f226c4b44f72e52cf25c7b4e7f7542d7a44b4a3f105562e94859b
|
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
|