replace blinko with memos

This commit is contained in:
2025-08-03 10:52:46 +00:00
parent fe1d9d5a5b
commit 724c6056f4
12 changed files with 34 additions and 79 deletions

2
memos/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
/data/*
!.gitkeep

0
memos/data/.gitkeep Normal file
View File

16
memos/docker-compose.yaml Normal file
View File

@@ -0,0 +1,16 @@
networks:
caddy:
name: caddy
driver: bridge
external: true
services:
memos:
image: neosmemo/memos:0.25
container_name: memos
volumes:
- ./data/app:/var/opt/memos
ports:
- 5230:5230
networks:
- caddy