# Override that swaps the synthetic Kafka producer for the live Bluesky JetStream # firehose, via the example_atproto_plugins package. Stack on top of the main # compose file: # # docker compose -f docker-compose.yaml -f docker-compose.atproto.yaml up # # Or use the convenience wrapper: ./run-atproto.sh services: osprey-worker: environment: OSPREY_INPUT_STREAM_SOURCE: plugin OSPREY_RULES_PATH: /osprey/example_atproto_rules volumes: - ./example_atproto_rules:/osprey/example_atproto_rules - ./example_atproto_plugins:/osprey/example_atproto_plugins osprey-ui-api: environment: OSPREY_RULES_PATH: /osprey/example_atproto_rules volumes: - ./example_atproto_rules:/osprey/example_atproto_rules