Dokploy

D

Dokploy

Join the community to ask questions about Dokploy and get answers from other members.

Join

How can I run Dockerfile with Baserow template?

So I'm trying to use Baserow with S3 for file media with no luck, because I need to run a Dockerfile and I'm not able to run it. How should I do it? Or is not possible to do it using a template? Because I only can edit the docker-compose and the environment, but I don't have a Dockerfile to add what I need. Dockerfile I need to run: `FROM baserow/baserow:latest ...

Error establishing a database connection

"version: "3.8" services: wordpress: image: wordpress:6.2.2...

App ignore .env

Hello! I Come up against during deploy LibreChat via Dokploy.
I get follow error: Bind for 0.0.0.0:3000 failed: port is already allocated ...

gitlab authentication gives "internal server error"

I installed dokploy and installed postgres without any problem. Now I want to install a go application which is in gitlab. I created new gitlab application with 3 permissions and saved the app id and secret_key on dokploy setting. Clicked install, it reaches the gitlab authorization page. When I click "authorize" it gets back to the callback url but throws "internal server error". I have tried multiple times and different browsers too. What am I doing wrong and how to fix it?...

Can not open terminal inside a container

When i want to open a terminal inside of one running container i can not choose the container.
No description

Ports not exposed in NextJS app with nixpacks

I couldn't find information on the internet, I have basic nextjs14 app that needs ports exposed as .env variable set in Dokploy is "PORT=3002" and for some reason nixpacks don't detec't the port resulting in making Docker container that has not exposed ports, which means the app is not accessible by anyone. How do I fix that, because I can manually make "docker run [my created docker container here]" but that makes me doing everything from scratch and Dokploy isn't a solution then.
No description

Server restart automatically

why do my server restart randomly sometimes, isit normal

Fixing Monitoring Tab

Anyway, can we fix the monitor tab issue? Due to OOM in my application, the container was killed and restarted, and then the monitor tab is not opening. I don't want to delete the app and make a new one now....
No description

Database External connection get authentication error

I create a test Database, and enable the port for external connection, but when I use the gen url , I get a authentication error.

Error establishing a database connection MYSQL:8

Compose File Below. What i am doing wrong here? version: '3.8' services: wordpress:...
No description

During build time an application could not reach a database or api from another container.

I am migrating my projects from an older docker server to fresh dokploy server. When i am deploying during the build time i am getting the error ``#12 78.67 Raw query failed. Code: unknown. Message: Kind: Server selection timeout: No available servers. Topology: { Type: Unknown, Servers: [ { Address: buscacep-db-a06dbf:27017, Type: Unknown, Error: Kind: I/O error: failed to lookup address information: Name or service not known, labels: {} } ] }, labels: {}`...

Migrating database to Dokploy

I want to migrate several applications to Dokploy and I was wondering what would be the best way to do this. Specifically migrating the databases. Here's how I was thinking to solve this: 1. Dump the existing database 2. Install the same application on Dokploy 3. Share the database dump through a bind mount volume with the database container...

Release tracking

Is deploy id available somewhere in env for release tracking? With sentry for example

File Mount Not Working

Want to update thse but not works.
No description

Memory usage reported too low

htop shows 1.69G used while Dokploy reports only .27G seems like a big difference. Is the value from docker itself? It doesn't represent use correctly
No description

Can We Short Custom Traefik Random URL?

Currently it's too long, can we make it small or custom somehow? It's showing the IP Address now. Thanks...

No such file or directory (os error 2) [SOLVED] ✅

Hi Everyoone, I new in Dokploy, i want to deploy my NestJS app to dokploy, but facing issue like this : Build nixpacks: ✅...
No description

Certs for wildcard domains in traefik

Looks like it's not supported atm? `` 2024-09-17T21:06:19Z ERR Error while adding route for host error="error while adding rule HostSNI(.bldry.click`): invalid value for HostSNI matcher, ".bldry.click" is not a valid hostname" 2024-09-17T21:06:21Z ERR Unable to obtain ACME certificate for domains error="unable to generate a certificate for the domains [.bldry.click]: error: one or more domains had a problem:\n[.bldry.click] [.bldry.click] acme: could not determine solvers\n" ACME CA=https://acme-v02.api.letsencrypt.org/directory acmeCA=https://acme-v02.api.letsencrypt.org/directory domains=[".bldry.click"] providerName=letsencrypt.acme routerName=bldry-web-3d327d-router-websecure-3@file rule=Host(*.bldry.click)...

Any chance to auto backup template apps DBs?

Same as for hosted DBs, would be very cool to be able to auto backup say plausible analytics postgres and clickhost to a S3 location

Deploy of the test app (Dokploy/next-todo-app) fails, git clone fails: Host key verification failed.

I followed the guide (https://youtu.be/mznYKPvhcfw?t=372) exactly, but the deploy step fails with: ``` Initializing deployment Cloning Repo Custom [email protected]:Dokploy/next-todo-app.git to /etc/dokploy/applications/test-todo-app-frontend-639a2f/code: ✅ Cloning into '/etc/dokploy/applications/test-todo-app-frontend-639a2f/code'......