feat(kiwix): add kiwix stack
This commit is contained in:
2
compose/kiwix/.env.example
Normal file
2
compose/kiwix/.env.example
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
PORT="8027"
|
||||||
|
ZIM_PATH="/path/to/your/zims"
|
||||||
10
compose/kiwix/docker-compose.yml
Normal file
10
compose/kiwix/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
services:
|
||||||
|
kiwix-serve:
|
||||||
|
image: ghcr.io/kiwix/kiwix-serve:latest
|
||||||
|
container_name: kiwix
|
||||||
|
ports:
|
||||||
|
- "${PORT:-8027}:8080"
|
||||||
|
volumes:
|
||||||
|
- "${ZIM_PATH:?}:/data"
|
||||||
|
command:
|
||||||
|
- '*.zim'
|
||||||
Reference in New Issue
Block a user