Skip to content

Commit

Permalink
chore: added property-defs-rs container in hobby docker compose specs
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt authored Dec 6, 2024
1 parent c565f10 commit d4ddf07
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.hobby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,17 @@ services:
- kafka
- objectstorage
- temporal
property-defs-rs:
extends:
file: docker-compose.base.yml
service: property-defs-rs
environment:
FILTER_MODE: 'opt_out'
CAPTURE_MODE: 'events'

depends_on:
- db
- kafka

volumes:
zookeeper-data:
Expand Down

0 comments on commit d4ddf07

Please sign in to comment.