feat(service): Add memos service template (#5032)
This commit is contained in:
parent
281d49c286
commit
11e0e48daa
2 changed files with 13 additions and 0 deletions
BIN
public/svgs/memos.png
Normal file
BIN
public/svgs/memos.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
13
templates/compose/memos.yaml
Normal file
13
templates/compose/memos.yaml
Normal 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
|
||||||
Loading…
Reference in a new issue