diff --git a/README.md b/README.md index 7811bcd..c4d0705 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ that I intend to add to this repository. It is still growing, and I welcome - [x] [Kavita](https://kavitareader.com) - [ ] [Keycloak](https://www.keycloak.org) - [x] [Kibitzr](https://kibitzr.github.io/) -- [ ] [Komga](https://komga.org/) +- [x] [Komga](https://komga.org/) - [x] [LazyLibrarian](https://lazylibrarian.gitlab.io/) - [x] [LibreNMS](https://librenms.org) - [x] [librespeed](https://librespeed.org) diff --git a/quadlets/komga/komga.container b/quadlets/komga/komga.container new file mode 100644 index 0000000..6399c2d --- /dev/null +++ b/quadlets/komga/komga.container @@ -0,0 +1,23 @@ +[Unit] +Description=Komga comic reader + +[Service] +Restart=on-failure +TimeoutStartSec=900 + +[Install] +WantedBy=default.target + +[Container] +Image=docker.io/gotson/komga +ContainerName=komga +AutoUpdate=registry + +Network=komga.network +HostName=komga +PublishPort=25600:25600 + +Volume=komga-config:/config +Volume=komga-data:/data + +Environment=TC=Etc/UTC diff --git a/quadlets/komga/komga.network b/quadlets/komga/komga.network new file mode 100644 index 0000000..b39326f --- /dev/null +++ b/quadlets/komga/komga.network @@ -0,0 +1,6 @@ +[Unit] +Description=Komga network + +[Network] +NetworkName=komga + diff --git a/quadlets/komga/komga.volume b/quadlets/komga/komga.volume new file mode 100644 index 0000000..0124a2f --- /dev/null +++ b/quadlets/komga/komga.volume @@ -0,0 +1,4 @@ +[Volume] +VolumeName=komga-config +VolumeName=komga-data +