Delta-Load
This commit is contained in:
Executable
+16
@@ -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: {}
|
||||
Reference in New Issue
Block a user