Update project 4 frontend start

This commit is contained in:
2026-03-06 11:08:45 +00:00
parent 50221c57e1
commit 0e1ee7066f
21 changed files with 6667 additions and 1 deletions

View File

@@ -35,7 +35,20 @@ services:
- postgres
networks:
- ticket-network
frontend:
build:
context: ../frontend-client
dockerfile: Dockerfile
container_name: frontend
ports:
- "3000:3000" # Пробиваем дыру напрямую для дебага
volumes:
- ../frontend-client:/app
- /app/node_modules # Изолируем зависимости контейнера от хоста
networks:
- ticket-network
traefik:
image: traefik:v3.6
container_name: traefik