When opting to install the spiral/temporal-bridge package, a docker compose file for the Temporal infrastructure is provided. However, the provided configuration does not work as expected and needs to be corrected.
A working configuration can be taken from the Temporal PHP SDK repository here, although it's advisable to omit Elasticsearch for development purposes.
Here's a corrected version of the docker compose file:
When opting to install the
spiral/temporal-bridge
package, a docker compose file for the Temporal infrastructure is provided. However, the provided configuration does not work as expected and needs to be corrected.A working configuration can be taken from the Temporal PHP SDK repository here, although it's advisable to omit Elasticsearch for development purposes.
Here's a corrected version of the docker compose file:
Additionally, remember to mount the dynamicconfig folder from here.