@@ -238,6 +238,54 @@ x-sentry-service-config:
238
238
worker,
239
239
]
240
240
241
+ x-programs :
242
+ devserver :
243
+ command : sentry devserver
244
+ taskworker :
245
+ command : sentry run taskworker --autoreload
246
+ taskworker-scheduler :
247
+ command : sentry run taskworker-scheduler
248
+ ingest-events :
249
+ command : sentry run consumer ingest-events --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
250
+ ingest-attachments :
251
+ command : sentry run consumer ingest-attachments --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
252
+ ingest-transactions :
253
+ command : sentry run consumer ingest-transactions --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
254
+ ingest-monitors :
255
+ command : sentry run consumer ingest-monitors --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
256
+ monitors-clock-tick :
257
+ command : sentry run consumer monitors-clock-tick --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
258
+ monitors-clock-tasks :
259
+ command : sentry run consumer monitors-clock-tasks --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
260
+ monitors-incident-occurrences :
261
+ command : sentry run consumer monitors-incident-occurrences --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
262
+ ingest-profiles :
263
+ command : sentry run consumer ingest-profiles --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
264
+ ingest-occurrences :
265
+ command : sentry run consumer ingest-occurrences --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
266
+ process-spans :
267
+ command : sentry run consumer process-spans --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
268
+ process-segments :
269
+ command : sentry run consumer process-segments --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
270
+ uptime-results :
271
+ command : sentry run consumer uptime-results --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
272
+ ingest-metrics :
273
+ command : sentry run consumer ingest-metrics --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
274
+ ingest-generic-metrics :
275
+ command : sentry run consumer ingest-generic-metrics --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
276
+ billing-metrics-consumer :
277
+ command : sentry run consumer billing-metrics-consumer --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
278
+ post-process-forwarder-errors :
279
+ command : sentry run consumer post-process-forwarder-errors --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
280
+ post-process-forwarder-transactions :
281
+ command : sentry run consumer post-process-forwarder-transactions --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
282
+ post-process-forwarder-issue-platform :
283
+ command : sentry run consumer post-process-forwarder-issue-platform --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
284
+ ingest-feedback-events :
285
+ command : sentry run consumer ingest-feedback-events --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
286
+ worker :
287
+ command : sentry run worker -c 1 --autoreload
288
+
241
289
services :
242
290
postgres :
243
291
image : ghcr.io/getsentry/image-mirror-library-postgres:14-alpine
0 commit comments