Delta-Load

This commit is contained in:
2025-12-22 13:22:11 +01:00
parent edcea04b92
commit 307c8f710b
31 changed files with 680 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
services:
memos:
deploy:
resources:
limits:
memory: 128M
container_name: memos
ports:
- 9230:5230
volumes:
- ./data/:/var/opt/memos
image: neosmemo/memos:stable
environment:
- REDIS_URL=redis://192.168.178.183:9379
restart: unless-stopped
networks: {}