Pandy.
Pandy.
DDokploy
Created by Pandy. on 2/22/2025 in #help
Unable to install Dokploy on Ubuntu 24.04.2
Hello, I am unable to install dockploy on a fresh install of Ubuntu 24.04.02. After the execution of the automated install script, with curl i get an connection refused. All containers seems to be running. Looking into the dockpoy container it seems that it can't connect to the database.
# curl http://0.0.0.0:3000
curl: (56) Recv failure: Connection reset by peer
-
Error: getaddrinfo ENOTFOUND dokploy-postgres
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'dokploy-postgres'
}
Error: getaddrinfo ENOTFOUND dokploy-postgres
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'dokploy-postgres'
}
Network is already initilized
Error: getaddrinfo ENOTFOUND dokploy-postgres
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'dokploy-postgres'
}
Error: getaddrinfo ENOTFOUND dokploy-postgres
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'dokploy-postgres'
}
Postgres Not Found: Starting ✅
Traefik Not Found: Starting ✅
Redis Not Found: Starting ✅
Setting up cron jobs....
Migration failed Error: connect ECONNREFUSED 10.0.1.5:5432
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '10.0.1.5',
port: 5432
}
Main Server Error Error: connect ECONNREFUSED 10.0.1.5:5432
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '10.0.1.5',
port: 5432
}
# curl http://0.0.0.0:3000
curl: (56) Recv failure: Connection reset by peer
-
Error: getaddrinfo ENOTFOUND dokploy-postgres
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'dokploy-postgres'
}
Error: getaddrinfo ENOTFOUND dokploy-postgres
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'dokploy-postgres'
}
Network is already initilized
Error: getaddrinfo ENOTFOUND dokploy-postgres
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'dokploy-postgres'
}
Error: getaddrinfo ENOTFOUND dokploy-postgres
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'dokploy-postgres'
}
Postgres Not Found: Starting ✅
Traefik Not Found: Starting ✅
Redis Not Found: Starting ✅
Setting up cron jobs....
Migration failed Error: connect ECONNREFUSED 10.0.1.5:5432
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '10.0.1.5',
port: 5432
}
Main Server Error Error: connect ECONNREFUSED 10.0.1.5:5432
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '10.0.1.5',
port: 5432
}
Hope you can give me hint in a direction 🙂
9 replies