Skip to content

Commit

Permalink
chore: Add elasticsearch service to docker-compose.hobby.yml (#21783)
Browse files Browse the repository at this point in the history
Add elasticsearch service to docker-compose.hobby.yml

Co-authored-by: xneyder <[email protected]>
  • Loading branch information
danielxnj and xneyder authored Apr 24, 2024
1 parent 3a93c17 commit 2344bc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.hobby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ services:
- 7233:7233
volumes:
- ./posthog/docker/temporal/dynamicconfig:/etc/temporal/config/dynamicconfig
elasticsearch:
extends:
file: docker-compose.base.yml
service: elasticsearch
temporal-admin-tools:
extends:
file: docker-compose.base.yml
Expand Down

0 comments on commit 2344bc1

Please sign in to comment.