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 restart: unless-stopped
ports: ports:
- "80:80" - "80:80"
depends_on:
- api
intra: intra:
build: ./nest-intra build: ./nest-intra
restart: unless-stopped restart: unless-stopped
ports: ports:
- "5174:5174" - "5174:5174"
depends_on:
- api
volumes: volumes:
db_data: db_data: