4623b1fd4b36a61ce096d91d27f7dda7cb49e65f
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
Languages
Shell
100%