mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-23 06:45:28 +02:00
1.0 KiB
1.0 KiB
systemprompt
Getting started
- Before the first deploy, set at least one AI provider key in Environment:
ANTHROPIC_API_KEY,OPENAI_API_KEY, orGEMINI_API_KEY. The container will not boot without one. - Enable HTTPS (Let's Encrypt) on the generated domain. The app validates
EXTERNAL_URLand refuses plainhttp://origins other than localhost — with HTTPS off it restart-loops with an "Invalid CORS origin" error. - Deploy. The first boot runs database migrations and the publish pipeline; allow up to 5 minutes before the healthcheck goes green.
- Verify at
https://<your-domain>/api/v1/health, then open the domain root for the admin UI.
Notes
POSTGRES_PASSWORDis auto-generated by the template;EXTERNAL_URLis derived from the domain you assign.- Web assets, storage, profile state, and Postgres data persist in the
systemprompt_web,systemprompt_storage,systemprompt_profiles, andpostgres_datavolumes. - Docs: https://systemprompt.io/documentation/