D
Dokploy2mo ago
tomc

How do I restart traefik

hello, I installed Dokploy and deployed some applications however my vm went down and I hard to restart aft the restart process, how domains are now pointing to nginx default page and are not able to point to their various apps despite me setting it up. kindly assist. I also noticed that traefik has no containers. below are my server logs from dokploy
{
severity_local: 'NOTICE',
severity: 'NOTICE',
code: '42P07',
message: 'relation "__drizzle_migrations" already exists, skipping',
file: 'parse_utilcmd.c',
line: '207',
routine: 'transformCreateStmt'
}
Migration complete
Server Started: 3000
Starting Deployment Worker
Error: Command failed: docker restart dokploy-traefik
Error response from daemon: No such container: dokploy-traefik
at ChildProcess.exithandler (node:child_process:422:12)
at ChildProcess.emit (node:events:514:28)
at maybeClose (node:internal/child_process:1105:16)
at ChildProcess._handle.onexit (node:internal/child_process:305:5)
at Process.callbackTrampoline (node:internal/async_hooks:130:17) {
code: 1,
killed: false,
signal: null,
cmd: 'docker restart dokploy-traefik',
stdout: '',
stderr: 'Error response from daemon: No such container: dokploy-traefik\n'
}
Close
{
severity_local: 'NOTICE',
severity: 'NOTICE',
code: '42P07',
message: 'relation "__drizzle_migrations" already exists, skipping',
file: 'parse_utilcmd.c',
line: '207',
routine: 'transformCreateStmt'
}
Migration complete
Server Started: 3000
Starting Deployment Worker
Error: Command failed: docker restart dokploy-traefik
Error response from daemon: No such container: dokploy-traefik
at ChildProcess.exithandler (node:child_process:422:12)
at ChildProcess.emit (node:events:514:28)
at maybeClose (node:internal/child_process:1105:16)
at ChildProcess._handle.onexit (node:internal/child_process:305:5)
at Process.callbackTrampoline (node:internal/async_hooks:130:17) {
code: 1,
killed: false,
signal: null,
cmd: 'docker restart dokploy-traefik',
stdout: '',
stderr: 'Error response from daemon: No such container: dokploy-traefik\n'
}
Close
I am hosting dokploy on an azure machine, kindly assist, Thanks
3 Replies
kadimon
kadimon2mo ago
Hi! I have same problem dokploy-traefik servis not exist. How can I install it? No such image: dokploy-traefik:latest
Henrik
Henrik2mo ago
If there isn't a whole lot application config you don't want to lose, I would just try to reinstall Dokploy. It seems like a symptom that you're running on a very constrained VPS and that Traefik was killed by OOM
matias
matias2mo ago
if you go to remote servers -> view Actions -> Treafik you have an option to reload
No description

Did you find this page helpful?