Video coming soon…
👨💻 Setup Temporal — Durable Workflow Orchestration
Deploy Temporal on Ubuntu with Docker — a durable execution engine that runs long-lived, reliable workflows as code with automatic retries and state persistence, gRPC on port 7233 and a Web UI on port 8242.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/dev/temporal/temporal-ubuntu.sh
chmod +x temporal-ubuntu.sh
./temporal-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/dev/temporal/temporal-ubuntu.sh
2 Make it Executable
chmod +x temporal-ubuntu.sh
3 Run the Installer
./temporal-ubuntu.sh
4 Open the Web UI
http://your-server-ip:8242
Ports Used
| Port | Purpose |
|---|---|
| 7233 | Temporal server gRPC frontend — workers and clients connect here |
| 8242 | Temporal Web UI (mapped from container port 8080) |
| 5432 | PostgreSQL — internal to the Docker network, not exposed to the host |