chore: wire Carplace into dev and production stacks
Build & Deploy / Build & Push Docker Image (push) Successful in 2m55s
Test / Type Check (all packages) (push) Successful in 54s
Build & Deploy / Deploy to VPS (push) Successful in 4s
Test / API Unit Tests (push) Failing after 48s
Test / Homepage Unit Tests (push) Successful in 43s
Test / Storefront Unit Tests (push) Failing after 40s
Test / Admin Unit Tests (push) Successful in 40s
Test / Dashboard Unit Tests (push) Failing after 42s
Test / API Integration Tests (push) Successful in 1m0s
Build & Deploy / Build & Push Docker Image (push) Successful in 2m55s
Test / Type Check (all packages) (push) Successful in 54s
Build & Deploy / Deploy to VPS (push) Successful in 4s
Test / API Unit Tests (push) Failing after 48s
Test / Homepage Unit Tests (push) Successful in 43s
Test / Storefront Unit Tests (push) Failing after 40s
Test / Admin Unit Tests (push) Successful in 40s
Test / Dashboard Unit Tests (push) Failing after 42s
Test / API Integration Tests (push) Successful in 1m0s
This commit is contained in:
@@ -91,7 +91,7 @@ services:
|
||||
- .:/app
|
||||
- app_node_modules:/app/node_modules
|
||||
restart: unless-stopped
|
||||
profiles: ["api", "homepage", "storefront", "dashboard", "admin", "full"]
|
||||
profiles: ["api", "homepage", "carplace", "dashboard", "admin", "full"]
|
||||
|
||||
api:
|
||||
build:
|
||||
@@ -150,7 +150,7 @@ services:
|
||||
restart: unless-stopped
|
||||
profiles: ["homepage", "full"]
|
||||
|
||||
storefront:
|
||||
carplace:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.dev
|
||||
@@ -167,16 +167,16 @@ services:
|
||||
[
|
||||
"sh",
|
||||
"-c",
|
||||
"npm run build --workspace @rentaldrivego/types && cd /app/apps/storefront && mkdir -p .next && find .next -mindepth 1 -exec rm -rf {} + && exec env PATH=/app/docker/scripts:$PATH /app/node_modules/.bin/next dev -H 0.0.0.0 -p 3004",
|
||||
"npm run build --workspace @rentaldrivego/types && cd /app/apps/carplace && mkdir -p .next && find .next -mindepth 1 -exec rm -rf {} + && exec env PATH=/app/docker/scripts:$PATH /app/node_modules/.bin/next dev -H 0.0.0.0 -p 3004",
|
||||
]
|
||||
ports:
|
||||
- "3004:3004"
|
||||
volumes:
|
||||
- .:/app
|
||||
- app_node_modules:/app/node_modules
|
||||
- storefront_next:/app/apps/storefront/.next
|
||||
- carplace_next:/app/apps/carplace/.next
|
||||
restart: unless-stopped
|
||||
profiles: ["storefront", "full"]
|
||||
profiles: ["carplace", "full"]
|
||||
|
||||
dashboard:
|
||||
build:
|
||||
@@ -244,6 +244,6 @@ volumes:
|
||||
postgres_bootstrap_state:
|
||||
api_uploads_dev:
|
||||
homepage_next:
|
||||
storefront_next:
|
||||
carplace_next:
|
||||
dashboard_next:
|
||||
admin_next:
|
||||
|
||||
Reference in New Issue
Block a user