spiral / app

Spiral Framework Skeleton HTTP Application: Queue, Console, Cycle ORM
https://spiral.dev/
MIT License
191 stars 20 forks source link

Update temporal container versions. #150

Open lotyp opened 1 month ago

lotyp commented 1 month ago

Currently, when new app is being generated, and if temporal support is checked at the beginning, application will be created with outdated temporalio containers.

Currently it is created with "temporalio/web:1.13.0" which is 2 years old, and looks like temporal migrated from web to ui container name.

Docker compose examples from temporal:

https://github.com/temporalio/docker-compose/blob/main/docker-compose-postgres.yml

lotyp commented 1 month ago

Temporal auto-setup also can be updated from 1.14.2 to 1.24

https://hub.docker.com/r/temporalio/auto-setup/tags