• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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