dx
dx
DDokploy
Created by momsse on 9/27/2024 in #help
only trigger deployments when a sub path is touched
I have two app service on dokploy
7 replies
DDokploy
Created by momsse on 9/27/2024 in #help
only trigger deployments when a sub path is touched
It's working for me using the commands i sent.
7 replies
DDokploy
Created by momsse on 9/27/2024 in #help
only trigger deployments when a sub path is touched
On your service env you can use the commands using a filter. Example: NIXPACKS_BUILD_CMD="pnpm turbo build --filter @acme/web" NIXPACKS_START_CMD="pnpm turbo start --filter @acme/web"
7 replies
DDokploy
Created by dx on 9/20/2024 in #help
During build time an application could not reach a database or api from another container.
what about this one?
60 replies
DDokploy
Created by dx on 9/20/2024 in #help
During build time an application could not reach a database or api from another container.
Last question for the problem we discussed: is there any way generate a traefik domain to a database container?
60 replies
DDokploy
Created by dx on 9/20/2024 in #help
During build time an application could not reach a database or api from another container.
Np. By the way, i am migrating my projects from my server to a temporary server. After that i will erase my main server and install dokploy on it. Is there any way to "join" my temp server and then assume the manager. Later i will destroy my temporary server.
60 replies
DDokploy
Created by dx on 9/20/2024 in #help
During build time an application could not reach a database or api from another container.
But thanks man for your time and this amazing project. I am really enjoying dokploy!
60 replies
DDokploy
Created by dx on 9/20/2024 in #help
During build time an application could not reach a database or api from another container.
Yeah at least this. @iraunit also got this problem. but he ended exposing the backend
60 replies
DDokploy
Created by dx on 9/20/2024 in #help
During build time an application could not reach a database or api from another container.
and like i said that won't happen in any project that i use trpc. everything will work fine. it's a SSR problem inside docker environment
60 replies
DDokploy
Created by dx on 9/20/2024 in #help
During build time an application could not reach a database or api from another container.
that's true. but in any case docker should take it easy
60 replies
DDokploy
Created by dx on 9/20/2024 in #help
During build time an application could not reach a database or api from another container.
this way i don't need to expose anything to internet
60 replies
DDokploy
Created by dx on 9/20/2024 in #help
During build time an application could not reach a database or api from another container.
yeah i think it's the best way. didn't think about that.
60 replies
DDokploy
Created by dx on 9/20/2024 in #help
During build time an application could not reach a database or api from another container.
got it. at least i have a way for my two old projects to be deployed in dokploy 🙂
60 replies
DDokploy
Created by dx on 9/20/2024 in #help
During build time an application could not reach a database or api from another container.
any reason why?
60 replies
DDokploy
Created by dx on 9/20/2024 in #help
During build time an application could not reach a database or api from another container.
const dockerBuild = spawn(
"docker",
["build", "-t", image, ".", "--network", "backend"],
{
cwd: cmd.REPO_BASE,
env: { DOCKER_BUILDKIT: 0 },
},
);
const dockerBuild = spawn(
"docker",
["build", "-t", image, ".", "--network", "backend"],
{
cwd: cmd.REPO_BASE,
env: { DOCKER_BUILDKIT: 0 },
},
);
`
60 replies
DDokploy
Created by dx on 9/20/2024 in #help
During build time an application could not reach a database or api from another container.
my solution was to add --network to docker build in my server without exposing anything.
60 replies
DDokploy
Created by dx on 9/20/2024 in #help
During build time an application could not reach a database or api from another container.
all projects that's using SSR will not work instead you expose the backend to the internet.
60 replies
DDokploy
Created by dx on 9/20/2024 in #help
During build time an application could not reach a database or api from another container.
No description
60 replies
DDokploy
Created by dx on 9/20/2024 in #help
During build time an application could not reach a database or api from another container.
that points to the backend container.
60 replies
DDokploy
Created by dx on 9/20/2024 in #help
During build time an application could not reach a database or api from another container.
No description
60 replies