ваше сообщение коммита

This commit is contained in:
2025-06-01 15:13:52 +03:00
parent 5eda7a35c6
commit 6fcb9486c9
34 changed files with 3044 additions and 1226 deletions

View File

@@ -1,4 +1,4 @@
version: '3.8'
# version: '3.8'
services:
postgres:
@@ -60,7 +60,8 @@ services:
- FRONTEND_URL=http://localhost:5173
ports:
- "8000:8000"
command: sh -c "yarn run dev"
# command: sh -c "yarn run dev" # Временно комментируем эту строку
# command: nodemon server.js # Запускаем через nodemon
frontend:
build: