Compare commits
6 Commits
fix/local-
...
feat/12-wi
| Author | SHA1 | Date | |
|---|---|---|---|
| 87ec5d28df | |||
| 8ab38e2816 | |||
| eb1ede4f0c | |||
| 4cc2d9ac80 | |||
| 421683115c | |||
| bfa4d5ba85 |
@@ -380,10 +380,6 @@ services:
|
|||||||
image: register-referentie/event-subscriber:dev
|
image: register-referentie/event-subscriber:dev
|
||||||
environment:
|
environment:
|
||||||
ConnectionStrings__Projection: Host=projection-db;Database=projection;Username=projection;Password=projection
|
ConnectionStrings__Projection: Host=projection-db;Database=projection;Username=projection;Password=projection
|
||||||
# The subscriber enriches the projection with each zaak's reference by asking the ACL — the only
|
|
||||||
# code allowed to read ZGW (§8.1, #78). Required: startup throws without it (parity with the
|
|
||||||
# canonical compose).
|
|
||||||
Acl__BaseUrl: http://acl:8080/
|
|
||||||
EventSubscriber__Webhook__AuthToken: ${NOTIFICATION_WEBHOOK_TOKEN:-Bearer big-reference-notifications}
|
EventSubscriber__Webhook__AuthToken: ${NOTIFICATION_WEBHOOK_TOKEN:-Bearer big-reference-notifications}
|
||||||
ports:
|
ports:
|
||||||
- "8110:8080"
|
- "8110:8080"
|
||||||
@@ -396,8 +392,6 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
projection-db:
|
projection-db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
acl:
|
|
||||||
condition: service_healthy
|
|
||||||
networks: [cg]
|
networks: [cg]
|
||||||
|
|
||||||
projection-api:
|
projection-api:
|
||||||
|
|||||||
Reference in New Issue
Block a user