diff --git a/README.md b/README.md index 69b652f..21ad575 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ that I intend to add to this repository. It is still growing, and I welcome - [x] [Matrix](https://matrix.org/) - [ ] [Maxun](https://github.com/getmaxun/maxun) - [x] [Mealie](https://mealie.io/) -- [ ] [Memos](https://usememos.com) +- [x] [Memos](https://usememos.com) - [ ] [Miniflux](https://miniflux.app/) - [x] [MinIO](https://min.io) - [ ] [n8n](https://n8n.io/) diff --git a/quadlets/memos/data.volume b/quadlets/memos/data.volume new file mode 100644 index 0000000..0e72fb2 --- /dev/null +++ b/quadlets/memos/data.volume @@ -0,0 +1,2 @@ +[Volume] +VolumeName=memos-data diff --git a/quadlets/memos/memos.container b/quadlets/memos/memos.container new file mode 100644 index 0000000..173b419 --- /dev/null +++ b/quadlets/memos/memos.container @@ -0,0 +1,19 @@ +[Unit] +Description=Memos note taking + +[Service] +Restart=on-failure +TimeoutStartSec=900 + +[Install] +WantedBy=default.target + +[Container] +Image=docker.io/neosmemo/memos:stable +ContainerName=memos + +HostName=memos +PublishPort=5230 + +Volume=memos-data:/var/opt/memos +