mirror of
https://github.com/temporalio/docker-compose.git
synced 2026-08-30 18:41:40 -07:00
update temporal server version to 1.14.2 (#60)
This commit is contained in:
@@ -25,7 +25,7 @@ cd docker-compose
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
> ⚠️ If you are on an M1 Mac, you need to use Temporal v1.12. `git reset 0e68621 --hard` should get you there. We aim to officially support ARM images soon.
|
||||
> ⚠️ If you are on an M1 Mac, note that Temporal v1.12 to v1.14 had fatal issues with ARM builds. v1.14.2 onwards should be fine for M1 Macs.
|
||||
|
||||
After the Server has started, you can open the Temporal Web UI in your browser: [http://localhost:8088](http://localhost:8088).
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ services:
|
||||
- ENABLE_ES=true
|
||||
- ES_SEEDS=elasticsearch
|
||||
- ES_VERSION=v7
|
||||
image: temporalio/auto-setup:1.14.0
|
||||
image: temporalio/auto-setup:1.14.2
|
||||
networks:
|
||||
- temporal-network
|
||||
ports:
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
- temporal
|
||||
environment:
|
||||
- TEMPORAL_CLI_ADDRESS=temporal:7233
|
||||
image: temporalio/admin-tools:1.14.0
|
||||
image: temporalio/admin-tools:1.14.2
|
||||
networks:
|
||||
- temporal-network
|
||||
stdin_open: true
|
||||
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
environment:
|
||||
- CASSANDRA_SEEDS=cassandra
|
||||
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
|
||||
image: temporalio/auto-setup:1.14.0
|
||||
image: temporalio/auto-setup:1.14.2
|
||||
networks:
|
||||
- temporal-network
|
||||
ports:
|
||||
@@ -27,7 +27,7 @@ services:
|
||||
- temporal
|
||||
environment:
|
||||
- TEMPORAL_CLI_ADDRESS=temporal:7233
|
||||
image: temporalio/admin-tools:1.14.0
|
||||
image: temporalio/admin-tools:1.14.2
|
||||
networks:
|
||||
- temporal-network
|
||||
stdin_open: true
|
||||
|
||||
@@ -44,7 +44,7 @@ services:
|
||||
- ENABLE_ES=true
|
||||
- ES_SEEDS=elasticsearch
|
||||
- ES_VERSION=v7
|
||||
image: temporalio/auto-setup:1.14.0
|
||||
image: temporalio/auto-setup:1.14.2
|
||||
links:
|
||||
- cockroach:postgres
|
||||
networks:
|
||||
@@ -59,7 +59,7 @@ services:
|
||||
- temporal
|
||||
environment:
|
||||
- TEMPORAL_CLI_ADDRESS=temporal:7233
|
||||
image: temporalio/admin-tools:1.14.0
|
||||
image: temporalio/admin-tools:1.14.2
|
||||
networks:
|
||||
- temporal-network
|
||||
stdin_open: true
|
||||
|
||||
@@ -26,7 +26,7 @@ services:
|
||||
- POSTGRES_PWD=
|
||||
- POSTGRES_SEEDS=postgres
|
||||
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
|
||||
image: temporalio/auto-setup:1.14.0
|
||||
image: temporalio/auto-setup:1.14.2
|
||||
links:
|
||||
- cockroach:postgres
|
||||
networks:
|
||||
@@ -41,7 +41,7 @@ services:
|
||||
- temporal
|
||||
environment:
|
||||
- TEMPORAL_CLI_ADDRESS=temporal:7233
|
||||
image: temporalio/admin-tools:1.14.0
|
||||
image: temporalio/admin-tools:1.14.2
|
||||
networks:
|
||||
- temporal-network
|
||||
stdin_open: true
|
||||
|
||||
@@ -37,7 +37,7 @@ services:
|
||||
- ENABLE_ES=true
|
||||
- ES_SEEDS=elasticsearch
|
||||
- ES_VERSION=v7
|
||||
image: temporalio/auto-setup:1.14.0
|
||||
image: temporalio/auto-setup:1.14.2
|
||||
networks:
|
||||
- temporal-network
|
||||
ports:
|
||||
@@ -50,7 +50,7 @@ services:
|
||||
- temporal
|
||||
environment:
|
||||
- TEMPORAL_CLI_ADDRESS=temporal:7233
|
||||
image: temporalio/admin-tools:1.14.0
|
||||
image: temporalio/admin-tools:1.14.2
|
||||
networks:
|
||||
- temporal-network
|
||||
stdin_open: true
|
||||
|
||||
@@ -20,7 +20,7 @@ services:
|
||||
- MYSQL_PWD=root
|
||||
- MYSQL_SEEDS=mysql
|
||||
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
|
||||
image: temporalio/auto-setup:1.14.0
|
||||
image: temporalio/auto-setup:1.14.2
|
||||
networks:
|
||||
- temporal-network
|
||||
ports:
|
||||
@@ -33,7 +33,7 @@ services:
|
||||
- temporal
|
||||
environment:
|
||||
- TEMPORAL_CLI_ADDRESS=temporal:7233
|
||||
image: temporalio/admin-tools:1.14.0
|
||||
image: temporalio/admin-tools:1.14.2
|
||||
networks:
|
||||
- temporal-network
|
||||
stdin_open: true
|
||||
|
||||
@@ -21,7 +21,7 @@ services:
|
||||
- POSTGRES_PWD=temporal
|
||||
- POSTGRES_SEEDS=postgresql
|
||||
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
|
||||
image: temporalio/auto-setup:1.14.0
|
||||
image: temporalio/auto-setup:1.14.2
|
||||
networks:
|
||||
- temporal-network
|
||||
ports:
|
||||
@@ -34,7 +34,7 @@ services:
|
||||
- temporal
|
||||
environment:
|
||||
- TEMPORAL_CLI_ADDRESS=temporal:7233
|
||||
image: temporalio/admin-tools:1.14.0
|
||||
image: temporalio/admin-tools:1.14.2
|
||||
networks:
|
||||
- temporal-network
|
||||
stdin_open: true
|
||||
|
||||
@@ -39,7 +39,7 @@ services:
|
||||
- ENABLE_ES=true
|
||||
- ES_SEEDS=elasticsearch
|
||||
- ES_VERSION=v7
|
||||
image: temporalio/auto-setup:1.14.0
|
||||
image: temporalio/auto-setup:1.14.2
|
||||
networks:
|
||||
- temporal-network
|
||||
ports:
|
||||
@@ -52,7 +52,7 @@ services:
|
||||
- temporal
|
||||
environment:
|
||||
- TEMPORAL_CLI_ADDRESS=temporal:7233
|
||||
image: temporalio/admin-tools:1.14.0
|
||||
image: temporalio/admin-tools:1.14.2
|
||||
networks:
|
||||
- temporal-network
|
||||
stdin_open: true
|
||||
|
||||
@@ -39,7 +39,7 @@ services:
|
||||
- ENABLE_ES=true
|
||||
- ES_SEEDS=elasticsearch
|
||||
- ES_VERSION=v7
|
||||
image: temporalio/auto-setup:1.14.0
|
||||
image: temporalio/auto-setup:1.14.2
|
||||
networks:
|
||||
- temporal-network
|
||||
ports:
|
||||
@@ -52,7 +52,7 @@ services:
|
||||
- temporal
|
||||
environment:
|
||||
- TEMPORAL_CLI_ADDRESS=temporal:7233
|
||||
image: temporalio/admin-tools:1.14.0
|
||||
image: temporalio/admin-tools:1.14.2
|
||||
networks:
|
||||
- temporal-network
|
||||
stdin_open: true
|
||||
|
||||
Reference in New Issue
Block a user