dokploy:setup script fails as redis and pg are not starting
Hey I wanted to try something locally to consider adding a PR, but when running pnpm
dokploy:setup
I get a connection refused:
Migration failed AggregateError
at __node_internal_ (node:internal/errors:173:15)
at internalConnectMultiple (node:net:1114:18)
at afterConnectMultiple (node:net:1667:5) {
code: 'ECONNREFUSED',
[errors]: [
Error: connect ECONNREFUSED ::1:5432
at __node_internal_captureLargerStackTrace (node:internal/errors:497:5)
at __node_internal_exceptionWithHostPort (node:internal/errors:672:12)
at createConnectionError (node:net:1634:14)
at afterConnectMultiple (node:net:1664:40) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '::1',
port: 5432
},
As far as I understand it should start the dbs as docker containers, but checking for running containers it shows none.1 Reply
I have the exact same issue, I don't know how to troubleshoot it, docker ps show both container running
What distro are you using?