docker-compose
docker-compose copied to clipboard
Temporal docker-compose files
## What was changed Created more TLS assets for the frontend and internode configurations to enable encrypted communication channels. Configuration changes necessary to enable encryption at the server components. ##...
## What was changed Update to 1.18.2
Solving permission error while running update-ca-certificates (see https://community.temporal.io/t/docker-compose-tls-installation-failed/7895) ## What was changed A single line was added to solve the following error while running `bash ./tls/run-tls.sh` following the `tls` setup...
## The Issue When running under `podman-compose` and rootless podman on a Linux system with selinux enabled, the `temporal` container does not start because the `dynamicconfig` mount fails. This leads...
## What was changed modify the uncorrect db name; which should be postgres12 ## Why? ## Checklist 1. Closes #209 2. How was this tested: test in my pc 3....
### What are you really trying to do? launch temporalio using docker-compose compose config file is "docker-compose-multirole.yaml" ### Describe the bug some container cannot access to the db ### Minimal...
use **docker-compose-postgres.yml** file , run docker-compose up -d ps aux|grep func show [auto-setup.sh] , is a zombie process
When using docker-compose-postgres.yml, the temporal auto-setup container leaves a zombie process ([auto-setup.sh] ). This happens because the script exits without a reaper. Running the container entrypoint through tini resolves the...
### What are you really trying to do? I just run docker compose up ### Describe the bug After starting I get these messages ``` {"level":"info","ts":"2025-09-20T13:21:20.974Z","msg":"loaded user data from db","component":"matching-engine","wf-task-queue-name":"temporal-sys-processor-parent-close-policy","wf-task-queue-type":"Workflow","wf-namespace":"temporal-system","user-data-version":0,"timestamp":"1970-01-01T00:00:00.000Z","logging-call-at":"/home/runner/work/docker-builds/docker-builds/temporal/service/matching/user_data_manager.go:690"}...