Skip to content

Commit

Permalink
revert docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Dec 4, 2023
1 parent fc973a2 commit d84885d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ services:
- POSTGRES_SEEDS=catalog
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development-sql.yaml
image: temporalio/auto-setup:1.22
healthcheck:
test: ["CMD", "tctl", "cluster", "h"]
interval: 10s
timeout: 1m
retries: 10
ports:
- 7233:7233
volumes:
Expand All @@ -71,8 +66,7 @@ services:
temporal-admin-tools:
container_name: temporal-admin-tools
depends_on:
temporal:
condition: service_healthy
- temporal
environment:
- TEMPORAL_ADDRESS=temporal:7233
- TEMPORAL_CLI_ADDRESS=temporal:7233
Expand Down

0 comments on commit d84885d

Please sign in to comment.