diff --git a/README.md b/README.md index f631c52..713f4cc 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ It is getting dialed in over time, this is the current snapshot as of 7/2/2025. | (food tracking) cleanslate | 2010 | | (workout tracking) fitly | 2011 | | apple heatlh export to influx/grafana | 2012 | +| kiwix | 2013 | ## Secrets diff --git a/inprep/kiwix/docker-compose.yml b/inprep/kiwix/docker-compose.yml new file mode 100644 index 0000000..8724e7b --- /dev/null +++ b/inprep/kiwix/docker-compose.yml @@ -0,0 +1,13 @@ +services: + kiwix-serve: + ports: + - 2013:8080 + image: ghcr.io/kiwix/kiwix-serve:latest + # uncomment next 4 lines to use it with local zim file in /tmp/zim + # volumes: + # - /tmp/zim:/data + # command: + # - '*.zim' + # uncomment next 2 lines to use it with remote zim file + # environment: + # - 'DOWNLOAD=https://download.kiwix.org/zim/wikipedia_bm_all.zim' \ No newline at end of file