This repository was archived by the owner on Mar 24, 2026. It is now read-only.
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
52 lines (47 loc) · 1.53 KB
/
docker-compose.profiles.yml
File metadata and controls
52 lines (47 loc) · 1.53 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
# Docker Compose profile overlay for intent-based dev environment
#
# This file is ONLY used by hogli dev:start to selectively start Docker services.
# Running `docker compose -f docker-compose.dev.yml up` without this overlay
# will start ALL services as before (backward compatible).
#
# Usage with intent system:
# docker compose -f docker-compose.dev.yml -f docker-compose.profiles.yml \
# --profile core --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]
# Core services NOT listed = always start:
# - proxy, db, redis, redis7, clickhouse, zookeeper, kafka, objectstorage, echo_server, feature-flags