Skip to content

Commit cebac4c

Browse files
committed
add log capture to hobby
1 parent 29a91a2 commit cebac4c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docker-compose.hobby.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,13 @@ services:
265265
file: docker-compose.base.yml
266266
service: replay-capture
267267

268+
log-capture:
269+
build:
270+
context: ./posthog/rust
271+
extends:
272+
file: docker-compose.base.yml
273+
service: log-capture
274+
268275
property-defs-rs:
269276
build:
270277
context: ./posthog/rust

0 commit comments

Comments
 (0)