Closed remyhonig closed 2 years ago
hey 👋 , having the same issue it seems that the dynamicconfig
folder does not exist in this repo; I copied/pasted this folder from https://github.com/temporalio/docker-compose but I dont know if it's the right thing to do
Same issue here. After copying the dynamicconfig
folder from https://github.com/temporalio/docker-compose it appears to work at first, but the app container crashes after a few seconds with
container/init.go:77 error calling internal_init {"id": "config.Plugin", "error": "config_plugin_init: incompatible versions passed: from: 2.6.0, to: 2.8.3"}
@Jared0430 check out your rr.yaml
and try adding a "version": "2.8.3" at the top of it; found out that without specifying the version, rr was fallbacking to another version
@Jared0430 check out your
rr.yaml
and try adding a "version": "2.8.3" at the top of it; found out that without specifying the version, rr was fallbacking to another version
Hey @yactouatfuture . There is no version: '2.8.3'
for the configuration. Only version: '2.7'
was released. The configuration version is not the same as the RR version. Please, use the version: '2.7'
.
https://github.com/spiral/roadrunner-docs/blob/master/beep-beep/config.md#compatibility-matrix
No worries, I got it working, but I wish this project to gain adoption in the PHP space and this might be an unnecessary hurdle. Thanks you for picking it up.
What are you really trying to do?
I want to see Temporal in action with the PHP SDK
Describe the bug
docker-compose up
fails with this message:Minimal Reproduction
docker-compose up
Environment/Versions
Docker version 20.10.7, build 20.10.7-0ubuntu5~20.04.2
Additional context
I only cloned the repo and ran
docker-compose up