Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added temporal-ui to render blueprint #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ services:
name: temporal-db
property: host
- type: pserv
name: temporal-ui
name: temporal-web
autoDeploy: false
plan: Starter
region: oregon
Expand All @@ -261,6 +261,23 @@ services:
name: temporal-frontend
type: pserv
property: host
- type: pserv
name: temporal-ui
autoDeploy: false
plan: Starter
region: oregon
env: docker
dockerfilePath: ./temporal-cluster/ui/Dockerfile
envVars:
- key: PORT
value: 8080
- key: TEMPORAL_PORT
value: 7233
- key: TEMPORAL_HOST
fromService:
name: temporal-frontend
type: pserv
property: host
# For secure external access to the Temporal Workflow Service via REST
# See https://github.com/render-examples/temporal-rest-proxy
# - type: web
Expand Down
2 changes: 2 additions & 0 deletions temporal-cluster/ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM temporalio/ui:0.8.0