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