Initial commit: restructure project with Docker Compose setup

This commit is contained in:
Admin
2026-05-26 20:16:01 +05:00
commit 47b15787f3
48 changed files with 6074 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Server
PORT=3001
# SMTP (Яндекс)
SMTP_HOST=smtp.yandex.ru
SMTP_PORT=465
SMTP_SECURE=true
SMTP_USER=your-email@yandex.ru
SMTP_PASS=your-app-password
# Email recipient
RECIPIENT_EMAIL=your-email@yandex.ru
# Site info
SITE_NAME=Ирина — Практикующий психолог
# CORS allowed origin (для Docker: http://localhost, для dev: http://localhost:5173)
FRONTEND_URL=http://localhost