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

This commit is contained in:
2025-06-26 20:34:58 +03:00
parent 5f66a577f4
commit b2dcaaab42
38 changed files with 3956 additions and 13627 deletions

View File

@@ -43,7 +43,6 @@ services:
condition: service_started
volumes:
- ./backend:/app
- backend_node_modules:/app/node_modules
- ./frontend/dist:/app/frontend_dist:ro
environment:
- NODE_ENV=${NODE_ENV:-development}
@@ -60,6 +59,8 @@ services:
- FRONTEND_URL=http://localhost:5173
ports:
- "8000:8000"
extra_hosts:
- "host.docker.internal:host-gateway"
# command: sh -c "yarn run dev" # Временно комментируем эту строку
# command: nodemon server.js # Запускаем через nodemon