Skip to content

Template · Automation

Temporal

Durable workflow engine (auto-setup) with PostgreSQL and the Temporal UI.

Deploy on Skiffly

Opens the dashboard with this template pre-selected. Sign in with GitHub if you are new; the free tier needs no card.

  • Postgrespostgres:17
  • Temporaltemporalio/auto-setup:1.29
  • Temporal UItemporalio/ui:2.54.1
Upstream documentation

What gets deployed

3 services in the environment you pick, on the private network of the project.

About this template

temporalio/auto-setup:1.29 creates the schemas in PostgreSQL 17 on first start; temporalio/ui gets a public URL. Workers connect to <Temporal private host>:7233.

Postgres

Image: postgres:17

  • Port 5432/tcp
  • 10 GB volume at /var/lib/postgresql/data
  • 1 vCPU · 1 GB

Temporal

Image: temporalio/auto-setup:1.29

  • Port 7233/tcp
  • 1 vCPU · 1 GB

Temporal UI

Image: temporalio/ui:2.54.1

  • Port 8080/http
  • Public domain with TLS
  • 0.5 vCPU · 512 MB

Variables

Generated secrets never leave the platform; references are resolved on the private network. Anything marked required is asked for at deploy time.

Postgres

NameValue
POSTGRES_USERpostgresSuperuser name
POSTGRES_PASSWORDgenerated (password)Generated at deploy
POSTGRES_DBtemporalDatabase created on first start
PGDATA/var/lib/postgresql/data/pgdata
DATABASE_URLpostgresql://${{self.POSTGRES_USER}}:${{self.POSTGRES_PASSWORD}}@${{self.SKIFFLY_PRIVATE_DOMAIN}}:5432/${{self.POSTGRES_DB}}Connection string on the private network

Temporal

NameValue
DBpostgres12
DB_PORT5432
POSTGRES_USER${{Postgres.POSTGRES_USER}}
POSTGRES_PWD${{Postgres.POSTGRES_PASSWORD}}
POSTGRES_SEEDS${{Postgres.SKIFFLY_PRIVATE_DOMAIN}}
DBNAMEtemporal
VISIBILITY_DBNAMEtemporal_visibility
BIND_ON_IP0.0.0.0
TEMPORAL_BROADCAST_ADDRESS${{self.SKIFFLY_PRIVATE_DOMAIN}}
TEMPORAL_ADDRESS${{self.SKIFFLY_PRIVATE_DOMAIN}}:7233

Temporal UI

NameValue
TEMPORAL_ADDRESS${{Temporal.TEMPORAL_ADDRESS}}
TEMPORAL_CORS_ORIGINShttps://${{self.SKIFFLY_PUBLIC_DOMAIN}}
TEMPORAL_UI_PORT8080

Deploy button for your README

Add a one-click deploy link to your repository or docs. Two variants: for light and dark backgrounds.

Deploy on SkifflyDeploy on Skiffly
Markdown · Light background
[![Deploy on Skiffly](https://skiffly.dev/button.svg)](https://skiffly.dev/templates/temporal)
Markdown · Dark background
[![Deploy on Skiffly](https://skiffly.dev/button-dark.svg)](https://skiffly.dev/templates/temporal)
HTML
<a href="https://skiffly.dev/templates/temporal"><img src="https://skiffly.dev/button.svg" alt="Deploy on Skiffly" height="32"></a>

Deploy Temporal in one click

Volumes, secrets and domain pre-wired. Runs on EU nodes, paid per minute from a prepaid balance.