first commit

This commit is contained in:
2024-12-06 00:08:43 +00:00
commit 5768c9c54d
25 changed files with 728 additions and 0 deletions

1
memos/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/data/*

18
memos/docker-compose.yml Normal file
View File

@@ -0,0 +1,18 @@
networks:
memos:
external: false
caddy:
name: caddy
driver: bridge
external: true
services:
server:
image: neosmemo/memos:0.23.0-pre
container_name: memos
restart: unless-stopped
networks:
- memos
- caddy
volumes:
- ./data/:/var/opt/memos