• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Question How to run typebot using docker on plesk ?

hardbrasil

Regular Pleskian
Server operating system version
almalinux 9,
Plesk version and microupdate number
Plesk Obsidian 18.0.67 Update 1
Hello fellas, i went to install this application typebot on plesk using docker.
when i get the configurantion panel, i need to set the variables, but there is one that i a am not able to pass: "DATABASE_URL "

i already tried: localhost, localhost:5432, all parameter like (usr/pass/path/db), all them i got
"Invalid environment variables: { DATABASE_URL: [ 'Invalid url', 'Invalid input' ] }" see the image:

i apreciate any help

error1.png
Screenshot 2025-02-05 112601.png
 
from what I can find on their discord, and some online posts
It should be something like:
Code:
DATABASE_URL=postgresql://USER:PASSWORD@localhost:5432/DB_NAME
 
Back
Top