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
+25
View File
@@ -0,0 +1,25 @@
# Compose
VOL_PATH=/data
POSTHOG_IMAGE=posthog/posthog:latest
POSTHOG_RESTART=unless-stopped
# Core
POSTHOG_SITE_URL=http://localhost:8000
POSTHOG_SECRET_KEY=ChangeMeToALongRandomStringHere
# Database
POSTHOG_DB_NAME=posthog
POSTHOG_DB_USER=posthog
POSTHOG_DB_PASSWORD=ChangeThisPassword
# ClickHouse
POSTHOG_CLICKHOUSE_DB=posthog
POSTHOG_CLICKHOUSE_USER=clickhouse
POSTHOG_CLICKHOUSE_PASSWORD=ChangeThisPassword
# Email (optional)
POSTHOG_EMAIL_HOST=
POSTHOG_EMAIL_USER=
POSTHOG_EMAIL_PASSWORD=
POSTHOG_EMAIL_PORT=587
POSTHOG_EMAIL_TLS=true