• The ImunifyAV extension is now deprecated and no longer available for installation.
    Existing ImunifyAV installations will continue operating for three months, and after that will automatically be replaced with the new Imunify extension. We recommend that you manually replace any existing ImunifyAV installations with Imunify at your earliest convenience.
  • 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