Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ELASTICSEARCH_VERSION=7.16.2
POSTGRESQL_VERSION=13
TEMPORAL_VERSION=1.21.0
TEMPORAL_UI_VERSION=2.16.1
TEMPORAL_VERSION=1.23
TEMPORAL_UI_VERSION=2.25.0
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:
- 9200
volumes:
- /var/lib/elasticsearch/data

postgresql:
container_name: temporal-postgresql
environment:
Expand All @@ -30,6 +31,7 @@ services:
- 5432:5432
volumes:
- /var/lib/postgresql/data

temporal:
container_name: temporal
depends_on:
Expand All @@ -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:
Expand All @@ -67,6 +70,7 @@ services:
- temporal-network
stdin_open: true
tty: true

temporal-ui:
container_name: temporal-ui
depends_on:
Expand Down