fix high-priority stacks: add missing sample.env+README for hedgedoc, memos, posthog, shlink

This commit is contained in:
openhands
2026-07-16 04:44:16 +00:00
parent 1484b17fa2
commit 0e278f98fe
16 changed files with 600 additions and 79 deletions
+16
View File
@@ -0,0 +1,16 @@
services:
memos:
image: ${MEMOS_IMAGE:-neosmemo/memos:stable}
restart: ${MEMOS_RESTART:-unless-stopped}
volumes:
- ${VOL_PATH:-/data}/memos:/var/opt/memos
ports:
- "${MEMOS_PORT:-5230}:5230"
networks:
- proxy
- internal
networks:
proxy:
external: true
internal: