Skip to content

Commit

Permalink
speed up temporal startup (#2018)
Browse files Browse the repository at this point in the history
  • Loading branch information
DatGuyJonathan authored Feb 6, 2025
1 parent d59c8e4 commit 129aa9f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/framework-cli/src/utilities/docker-compose.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ services:
target: /etc/temporal/config/dynamicconfig/development-sql.yaml
volumes:
- temporal-data:/etc/temporal/config
healthcheck:
test: ["CMD-SHELL", "tctl --address temporal:${TEMPORAL_PORT:-7233} workflow list"]
interval: 1s
retries: 30
timeout: 5s

temporal-admin-tools:
container_name: temporal-admin-tools
Expand Down

0 comments on commit 129aa9f

Please sign in to comment.