2025-10-16 08:18:31 +00:00
2025-10-16 08:17:14 +00:00
2025-10-16 08:17:14 +00:00
2025-10-16 08:17:14 +00:00
2025-10-16 08:17:14 +00:00
2025-10-16 08:18:31 +00:00

Temporal

Wiki Cafe's configuration for a Temporal deployment.

Deploying the app with Docker Swarm

Set the environment variables from the .env file during the shell session.

set -a && source .env && set +a

Set the secrets.

printf "SECRET_HERE" | docker secret create SECRET_NAME -

Deploy using the -c flag to specify one or multiple compose files.

docker stack deploy temporal --detach=true -c compose.yaml
Description
Open source durable execution platform for workflows.
Readme 99 KiB
Languages
Shell 100%