infra(docker-compose): include infra services so docker compose up starts Temporal #162
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "infra/add-temporal-to-main-compose"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
docker compose upstarts Temporal