Add missing CI=true to web and api services

This commit is contained in:
Toni Koskinen
2026-03-26 14:10:49 +02:00
parent 4517620d9e
commit 3ad93a4a05

View File

@@ -24,6 +24,7 @@ services:
ports:
- "3000:3000"
environment:
- CI=true
- NODE_ENV=development
- DATABASE_URL=postgresql://webapp:webpass@db:5432/webappdb
- NX_DAEMON=false
@@ -45,6 +46,7 @@ services:
ports:
- "4200:4200"
environment:
- CI=true
- NODE_ENV=development
- NX_DAEMON=false
- NX_WORKSPACE_DATA_DIRECTORY=/tmp/nx-workspace-data-web