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 b6b3d94fac - Show all commits

View File

@@ -39,12 +39,16 @@ services:
restart: unless-stopped
ports:
- "80:80"
depends_on:
- api
intra:
build: ./nest-intra
restart: unless-stopped
ports:
- "5174:5174"
depends_on:
- api
volumes:
db_data: