• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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