Commit 67c901e
fix(examples): mount config-compose.yaml so docker compose up reaches NATS
The examples stack mounted config.yaml (server_url=localhost:4222) into the
in-container opa service, so localhost resolved to the OPA container and the
plugin couldn't reach the `nats` service. Mount config-compose.yaml
(nats://nats:4222) instead and drop the unused NATS_URL env.
Addresses review comments:
- #4 (comment) (@zeevmoney)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent eecf98e commit 67c901e
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
125 | 129 | | |
126 | | - | |
127 | | - | |
128 | 130 | | |
129 | 131 | | |
130 | 132 | | |
| |||
0 commit comments