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:9bffd4f940645d4d518f137e87b7865d3d0ef30f6c13fbe4a3b9e747be3cd1ad
|
|
restart: unless-stopped
|
|
command:
|
|
- '*.zim'
|
|
volumes:
|
|
- ${DATA_PATH}:/data
|
|
ports:
|
|
- ${PORT}:8080
|
|
networks:
|
|
- frontend
|
|
|
|
networks:
|
|
frontend:
|
|
external: true
|