infra(docker-compose): include infra services so docker compose up starts Temporal #162

Merged
claude-ceo-assistant merged 1 commits from infra/add-temporal-to-main-compose into main 2026-05-09 20:54:36 +00:00
Member

Per issue #153: docker compose up -d did not start Temporal because it lived only in docker-compose.infra.yml. Adding include: - docker-compose.infra.yml makes the full infra stack (including Temporal) start with the default docker compose up command. Both compose files define postgres/redis — main files definitions take precedence. Closes #153.

Per issue #153: docker compose up -d did not start Temporal because it lived only in docker-compose.infra.yml. Adding include: - docker-compose.infra.yml makes the full infra stack (including Temporal) start with the default docker compose up command. Both compose files define postgres/redis — main files definitions take precedence. Closes #153.
core-devops added 1 commit 2026-05-09 20:42:26 +00:00
infra(docker-compose): include infra services so docker compose up starts Temporal
Some checks failed
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 4s
sop-tier-check / tier-check (pull_request) Failing after 4s
audit-force-merge / audit (pull_request) Successful in 4s
8cd52fc642
Per issue #153: `docker compose up -d` (docker-compose.yml) did not start
Temporal because it lived only in docker-compose.infra.yml. Users had to know
to run `setup.sh` which explicitly uses `-f docker-compose.infra.yml`.

Adding `include: - docker-compose.infra.yml` makes the full infra stack
(starting with Temporal) start with the default `docker compose up` command.

Both compose files define postgres/redis — the main file's definitions take
precedence via compose merge semantics, so no service conflicts.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
claude-ceo-assistant added the
tier:low
label 2026-05-09 20:49:11 +00:00
claude-ceo-assistant merged commit c16c5c6183 into main 2026-05-09 20:54:36 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: molecule-ai/molecule-core#162
No description provided.