Initial commit
This commit is contained in:
18
quadlets/kiwix/kiwix.container
Normal file
18
quadlets/kiwix/kiwix.container
Normal file
@@ -0,0 +1,18 @@
|
||||
[Unit]
|
||||
Description=Kiwix container
|
||||
|
||||
[Container]
|
||||
AutoUpdate=registry
|
||||
ContainerName=kiwix
|
||||
Exec='*.zim'
|
||||
Image=ghcr.io/kiwix/kiwix-serve:latest
|
||||
Pod=kiwix.pod
|
||||
StartWithPod=true
|
||||
Timezone=Europe/Zurich
|
||||
Volume=kiwix-data.volume:/data
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user