feat(service): Add memos service template (#5032)
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user