Compare commits
8 Commits
0.1.2+3.3.
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 76fe0a9938 | |||
| 60fbce0239 | |||
| 7c1de5fa49 | |||
| 41c8008143 | |||
| d212619cd5 | |||
| 4472b40eb3 | |||
| 8c862ef00a | |||
| 2a898776c0 |
@ -5,8 +5,8 @@
|
||||
<!-- metadata -->
|
||||
|
||||
* **Category**: Apps
|
||||
* **Status**: 1
|
||||
* **Image**: [`offlineinternet/kiwix`](https://hub.docker.com/r/offlineinternet/kiwix), 3, upstream
|
||||
* **Status**: 2
|
||||
* **Image**: [`ghcr.io/kiwix/kiwix-serve`](https://github.com/kiwix/kiwix-tools/pkgs/container/kiwix-serve), 4, upstream
|
||||
* **Healthcheck**: No
|
||||
* **Backups**: No
|
||||
* **Email**: N/A
|
||||
|
||||
@ -1,11 +1,15 @@
|
||||
---
|
||||
services:
|
||||
app:
|
||||
image: offlineinternet/kiwix:latest
|
||||
image: ghcr.io/kiwix/kiwix-serve:3.8.1
|
||||
networks:
|
||||
- proxy
|
||||
volumes:
|
||||
- kiwix_data:/data
|
||||
command:
|
||||
- "*.zim"
|
||||
# environment:
|
||||
# - 'DOWNLOAD=https://download.kiwix.org/zim/wikipedia/wikipedia_en_100_2025-10.zim'
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
@ -15,7 +19,7 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.1.2+3.3.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.1.3+3.8.1"
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
1
release/0.1.3+3.8.1
Normal file
1
release/0.1.3+3.8.1
Normal file
@ -0,0 +1 @@
|
||||
Upgraded to latest official image
|
||||
Reference in New Issue
Block a user