feat(service): Add memos service template (#5032)

This commit is contained in:
Кирилл Леонов
2025-05-13 22:03:21 +03:00
committed by GitHub
parent 281d49c286
commit 11e0e48daa
2 changed files with 13 additions and 0 deletions

BIN
public/svgs/memos.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@@ -0,0 +1,13 @@
# documentation: https://github.com/usememos/memos
# slogan: An open-source, lightweight note-taking solution. The pain-less way to create your meaningful notes. Your Notes, Your Way.
# tags: note-taking,microblog,social-network,markdown
# logo: svgs/memos.png
# port: 5230
services:
wg-easy:
image: neosmemo/memos:stable
volumes:
- memos/:/var/opt/memos
environment:
- SERVICE_FQDN_MEMOS_5230