fix home build

This commit is contained in:
Simon Larsen 2022-05-21 18:24:10 +01:00
parent 73c0f095c5
commit f65685356a
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE
5 changed files with 1735 additions and 2112 deletions

3833
Home/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -41,7 +41,7 @@
"chrome-launcher": "^0.15.0",
"commander": "^9.1.0",
"depcheck": "^1.4.3",
"jest": "^27.5.1",
"jest": "^28.1.0",
"lighthouse": "^9.5.0",
"npm-force-resolutions": "0.0.10",
"ora": "^6.1.0",

View File

@ -68,6 +68,7 @@ services:
depends_on:
- redis
- postgres
- mail
alert:
ports:
@ -339,6 +340,8 @@ services:
- SERVER_URL=http://mail:3190
- IS_SAAS_SERVICE=${IS_SAAS_SERVICE}
- CLUSTER_KEY=test
depends_on:
- haraka
container-scanner:
ports:

View File

@ -48,6 +48,8 @@ services:
- SERVER_URL=http://mail:3190
- IS_SAAS_SERVICE=${IS_SAAS_SERVICE}
- CLUSTER_KEY=test
depends_on:
- haraka
saml:
image: kenchan0130/simplesamlphp
@ -273,6 +275,7 @@ services:
depends_on:
- redis
- postgres
- mail
volumes:
- ./Identity:/usr/src/app
# Use node modules of the container and not host system.
@ -355,7 +358,7 @@ services:
build:
network: host
context: .
dockerfile: ./home/Dockerfile.dev
dockerfile: ./Home/Dockerfile.dev
volumes:
- ./home:/usr/src/app
# Use node modules of the container and not host system.

View File

@ -60,6 +60,7 @@ services:
depends_on:
- redis
- postgres
- mail
alert:
ports:
@ -273,6 +274,9 @@ services:
- IS_SAAS_SERVICE=${IS_SAAS_SERVICE}
- SERVER_URL=http://mail:3190
- CLUSTER_KEY=test
depends_on:
- haraka
application-scanner:
ports:
- '3005:3005'