feat: add memos
This commit is contained in:
@@ -98,6 +98,12 @@ sauravdhakal.com.np, www.sauravdhakal.com.np {
|
||||
file_server
|
||||
encode gzip
|
||||
}
|
||||
|
||||
memos.sauravdhakal.com.np {
|
||||
bind 100.81.85.182
|
||||
reverse_proxy localhost:5230
|
||||
}
|
||||
|
||||
dozzle.sauravdhakal.com.np {
|
||||
bind 100.81.85.182
|
||||
reverse_proxy localhost:8888
|
||||
|
||||
@@ -11,6 +11,7 @@ include:
|
||||
- services/uptime-kuma.yml
|
||||
- services/woodpecker.yml
|
||||
- services/gitea.yml
|
||||
- services/memos.yml
|
||||
|
||||
networks:
|
||||
caddy_net:
|
||||
|
||||
9
services/memos.yml
Normal file
9
services/memos.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
memos:
|
||||
image: neosmemo/memos:stable
|
||||
restart: unless-stopped
|
||||
user: "1000:1000"
|
||||
ports:
|
||||
- "127.0.0.1:5230:5230"
|
||||
volumes:
|
||||
- /home/saurav/hetzner_self/data/memos:/var/opt/memos
|
||||
Reference in New Issue
Block a user