@dooer/dooer-test-env 1.11.0 → 1.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +15 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dooer/dooer-test-env",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "description": "Run the whole Dooer backend locally (staging DB minus customers), copy/purge customers between environments, and shred — one CLI.",
5
5
  "license": "UNLICENSED",
6
6
  "repository": "Dooer/cli-dooer-test-env",
package/readme.md CHANGED
@@ -63,13 +63,26 @@ particular machine — you `cd` to your own checkouts, and state lives in `~/.do
63
63
  | [localhost:4000](http://localhost:4000) | **public-facade** — the browser-facing entrypoint (GraphQL + REST passthrough) |
64
64
  | [localhost:4001](http://localhost:4001) | service-graphql (direct; frontends go via the facade) |
65
65
  | [localhost:8080](http://localhost:8080) | frontend-hq |
66
- | [localhost:8082/tools/graphiql](http://localhost:8082/tools/graphiql) | frontend-back-office-neue — handy GraphiQL console |
66
+ | [localhost:8081](http://localhost:8081) | frontend-ai-data-studio |
67
+ | [localhost:8082](http://localhost:8082) | frontend-back-office-neue |
68
+ | [localhost:8082/tools/graphiql](http://localhost:8082/tools/graphiql) | ↳ its GraphiQL console — handy for running queries by hand |
69
+ | [localhost:8083](http://localhost:8083) | frontend-billing-invoice |
70
+ | [localhost:8084](http://localhost:8084) | frontend-booking-engine |
71
+ | [localhost:8085](http://localhost:8085) | frontend-byra |
72
+ | [localhost:8087](http://localhost:8087) | frontend-microservice-documentation |
73
+ | [localhost:8088](http://localhost:8088) | frontend-reconcile-engine |
67
74
  | [localhost:8089](http://localhost:8089) | frontend-sumify-neue |
68
- | [localhost:8090](http://localhost:8090) · [8092](http://localhost:8092) · [8081](http://localhost:8081) | frontend-tasks · frontend-xrays · frontend-ai-data-studio |
75
+ | [localhost:8090](http://localhost:8090) | frontend-tasks |
76
+ | [localhost:8091](http://localhost:8091) | frontend-website |
77
+ | [localhost:8092](http://localhost:8092) | frontend-xrays |
69
78
  | [localhost:9001](http://localhost:9001) | MinIO console (`minioadmin` / `minioadmin`) |
70
79
  | `localhost:55432` | Postgres (`dooer` / `dooer`) |
80
+ | `localhost:19092` | Kafka/Redpanda, host listener (containers use `kafka:9092`) |
71
81
  | `localhost:21000`+ | every backend service, one host port each (so host processes can reach them) |
72
82
 
83
+ Frontend ports are assigned in manifest order, so adding a `frontend-*.yaml` can shift them —
84
+ `status` always shows the live mapping.
85
+
73
86
  ### Spin up an empty, ready-to-use customer
74
87
 
75
88
  ```bash