forked from PostHog/posthog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.profiles.yml
More file actions
56 lines (50 loc) · 1.58 KB
/
docker-compose.profiles.yml
File metadata and controls
56 lines (50 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Docker Compose profile overlay — gates non-core services behind profiles.
#
# Used by hogli dev:start and CI workflows to start only what's needed.
# Running `docker compose -f docker-compose.dev.yml up` without this overlay
# will start ALL services as before (backward compatible).
#
# Usage:
# docker compose -f docker-compose.dev.yml -f docker-compose.profiles.yml \
# --profile temporal up
#
# Services not listed here have no profile constraint and always start.
services:
# Temporal capability - workflow orchestration
temporal:
profiles: [temporal]
temporal-ui:
profiles: [temporal]
temporal-admin-tools:
profiles: [temporal]
elasticsearch:
profiles: [temporal]
# Observability capability - tracing and logging
otel-collector:
profiles: [observability]
jaeger:
profiles: [observability]
capture-logs:
profiles: [observability]
# Dev tools - debugging and monitoring UIs
kafka_ui:
profiles: [dev_tools]
flower:
profiles: [dev_tools]
maildev:
profiles: [dev_tools]
webhook-tester:
profiles: [dev_tools]
# Replay capability - session recording storage
seaweedfs:
profiles: [replay]
# Cloud provider emulators
localstack:
profiles: [localstack]
objectstorage-azure:
profiles: [azure]
# Coordination - etcd for PersonHog and Kafka partition assignment
etcd:
profiles: [etcd]
# Core services NOT listed = always start:
# - proxy, db, redis7, clickhouse, zookeeper, kafka, objectstorage, feature-flags