18 lines
362 B
YAML
18 lines
362 B
YAML
services:
|
|
kiwix:
|
|
container_name: kiwix
|
|
image: ghcr.io/kiwix/kiwix-serve:3.8.1@sha256:a80b64909744930d79be14542048d1fbf11f1fdd9ffe6712ef8c9cd3aa1740dd
|
|
restart: unless-stopped
|
|
command:
|
|
- '*.zim'
|
|
volumes:
|
|
- ${DATA_PATH}:/data
|
|
ports:
|
|
- ${PORT}:8080
|
|
networks:
|
|
- frontend
|
|
|
|
networks:
|
|
frontend:
|
|
external: true
|