mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-09 04:00:52 +00:00
12 lines
377 B
Markdown
12 lines
377 B
Markdown
# Render
|
|
|
|
This Blueprint provisions a Docker web service plus a Render Key Value instance and wires the datastore host/port into the Explorer env vars.
|
|
|
|
```bash
|
|
render login
|
|
render blueprints validate deploy/render/render.yaml
|
|
render blueprint apply deploy/render/render.yaml
|
|
```
|
|
|
|
After creation, update `ALLOWED_ORIGINS` in the Render dashboard if you attach a custom domain.
|