feature : Connect front to backend #1

Merged
BoxOfPandor merged 25 commits from feat/connect-front-to-backend into main 2026-03-19 14:56:19 +01:00
Showing only changes of commit 513bfbda96 - Show all commits

View File

@@ -33,7 +33,7 @@ services:
build: ./nest-front build: ./nest-front
restart: unless-stopped restart: unless-stopped
ports: ports:
- "5173:5173" - "80:80"
environment: environment:
API_URL: http://api:3000 API_URL: http://api:3000
depends_on: depends_on: