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 42b9aeb..ea12469 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,6 +16,7 @@ services: - 9200 volumes: - /var/lib/elasticsearch/data + postgresql: container_name: temporal-postgresql environment: @@ -30,6 +31,7 @@ services: - 5432:5432 volumes: - /var/lib/postgresql/data + temporal: container_name: temporal depends_on: @@ -56,6 +58,7 @@ services: kompose.volume.type: configMap volumes: - ./config/dynamicconfig:/etc/temporal/config/dynamicconfig + temporal-admin-tools: container_name: temporal-admin-tools depends_on: @@ -67,6 +70,7 @@ services: - temporal-network stdin_open: true tty: true + temporal-ui: container_name: temporal-ui depends_on: