first commit

This commit is contained in:
Om Prakash Das
2026-07-02 18:39:11 +05:30
commit ed3eba27ec
251 changed files with 36276 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
markdown-studio:
build:
context: .
args:
# Set to your public domain so canonical/OG/social tags use absolute URLs:
# VITE_SITE_URL: https://markdown.yourdomain.com
VITE_SITE_URL: ${VITE_SITE_URL:-}
ports:
- "8080:80"
restart: unless-stopped