From a2e2e7ec0f991aca08a9e6818f34610c5d864515 Mon Sep 17 00:00:00 2001 From: roxblnfk Date: Fri, 5 Apr 2024 19:25:56 +0400 Subject: [PATCH] Update Temporal and Temporal UI --- .env | 4 ++-- docker-compose.yml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 247066c..2f541db 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ ELASTICSEARCH_VERSION=7.16.2 POSTGRESQL_VERSION=13 -TEMPORAL_VERSION=1.21.0 -TEMPORAL_UI_VERSION=2.16.1 \ No newline at end of file +TEMPORAL_VERSION=1.23 +TEMPORAL_UI_VERSION=2.25.0 \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 112006f..3ae9539 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,7 @@ services: - 9200 volumes: - /var/lib/elasticsearch/data + postgresql: container_name: temporal-postgresql environment: @@ -31,6 +32,7 @@ services: - 5432:5432 volumes: - /var/lib/postgresql/data + temporal: container_name: temporal depends_on: @@ -57,6 +59,7 @@ services: kompose.volume.type: configMap volumes: - ./config/dynamicconfig:/etc/temporal/config/dynamicconfig + temporal-admin-tools: container_name: temporal-admin-tools depends_on: @@ -68,6 +71,7 @@ services: - temporal-network stdin_open: true tty: true + temporal-ui: container_name: temporal-ui depends_on: