970b1f28a7ab4e4ca081c61e593bdba6ecbea8f8
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
Next Steps and notes
- Need to better understand how static config files are managed in this setup.
- Are they baked into the image, or mounted at runtime? Where are they stored? What is a good default location?
Description
Languages
Shell
100%