Kirill
Kirill
DDokploy
Created by Kirill on 10/13/2024 in #help
Error while deploying
I have a compose stack that is created and managed by github integration Autodeploy worked fine untill it stoped, then I just pressd Deploy for manual deployments Today manyal deployment stop working
Resolving deltas: 90% (10/11)
Resolving deltas: 100% (11/11)
Resolving deltas: 100% (11/11), done.

Cloned github.com/[REDACTED].git: ✅
Error ❌
Resolving deltas: 90% (10/11)
Resolving deltas: 100% (11/11)
Resolving deltas: 100% (11/11), done.

Cloned github.com/[REDACTED].git: ✅
Error ❌
How to debug this error? I have no idea what went wrong.
7 replies
DDokploy
Created by Kirill on 6/21/2024 in #help
How to assign subdomain to docker compose application?
No description
25 replies
DDokploy
Created by Kirill on 6/15/2024 in #help
Issue with instalation script
I tried to install dokploy, here is my ouput
Docker already installed
"docker swarm init" accepts no arguments.
See 'docker swarm init --help'.

Usage: docker swarm init [OPTIONS]

Initialize a swarm
Swarm initialized
Error response from daemon: This node is not a swarm manager. Use "docker swarm init" or "docker swarm join" to connect this node to swarm and try again.
Network created
latest: Pulling from dokploy/dokploy
Digest: sha256:55904668d235dbb9144861fa28d0234d4dea2b454d4fb05d703ba0c50faa9483
Status: Image is up to date for dokploy/dokploy:latest
docker.io/dokploy/dokploy:latest
Error response from daemon: network dokploy-network not found

Congratulations, Dokploy is installed!
Wait 15 seconds for the server to start
Please go to http://
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>403 Forbidden</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Forbidden</h1>
<h2>Your client does not have permission to get URL <code>/</code> from this server.</h2>
<h2></h2>
</body></html>:3000
Docker already installed
"docker swarm init" accepts no arguments.
See 'docker swarm init --help'.

Usage: docker swarm init [OPTIONS]

Initialize a swarm
Swarm initialized
Error response from daemon: This node is not a swarm manager. Use "docker swarm init" or "docker swarm join" to connect this node to swarm and try again.
Network created
latest: Pulling from dokploy/dokploy
Digest: sha256:55904668d235dbb9144861fa28d0234d4dea2b454d4fb05d703ba0c50faa9483
Status: Image is up to date for dokploy/dokploy:latest
docker.io/dokploy/dokploy:latest
Error response from daemon: network dokploy-network not found

Congratulations, Dokploy is installed!
Wait 15 seconds for the server to start
Please go to http://
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>403 Forbidden</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Forbidden</h1>
<h2>Your client does not have permission to get URL <code>/</code> from this server.</h2>
<h2></h2>
</body></html>:3000
And that was second installation of dokploy on this machine. First was nornal but postgress didn't start and that lead to error 400 on main dokploy web page. Then I removed dokploy and wanted to reinstall it
8 replies