Add missing CI=true to web and api services
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user