Add kiwix
This commit is contained in:
17
kiwix/docker-compose.yml
Normal file
17
kiwix/docker-compose.yml
Normal 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
|
||||||
Reference in New Issue
Block a user