Dokploy

D

Dokploy

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

Join

Issue with API Key Expiration for /api/compose.update

Hey everyone!
I'm trying to update my compose file using the /api/compose.update endpoint.
I create a new API key from the profile page and use it as x-api-key.
It works fine for the first 1–2 minutes (returns 200), but after that, I start getting 401 responses.
I didn’t set any expiration when creating the key. ...

dokploy:setup script fails as redis and pg are not starting

Hey I wanted to try something locally to consider adding a PR, but when running pnpm dokploy:setup I get a connection refused: `Migration failed AggregateError at __nodeinternal (node:internal/errors:173:15) at internalConnectMultiple (node:net:1114:18)...

Roundcube

How do I set this up and sign in? Do I need more steps then just adding it on the dokploy side?

cancel

i'd like to cancel my subscription, my email is netogildo@gmail.com

Integrating Dokploy into an Existing Docker Swarm Cluster

Hey everyone! We're running a community radio infrastructure on a Docker Swarm cluster and looking into integrating Dokploy - Icecast servers...

Domain no longer accessible on auto-deploy

I've got an express API server in dokploy, using a 'compose' service, and the docker-compose.yml has: ``` services: api: build: ...

how to debug deployments

I'm trying to deploy a Laravel application and it worked fine using the new Railpack, which is better than Nixpacks as it was truly zero configuration for Laravel, but it looks like it lacks support for MySQL database connections, not having pdo_mysql installed in container. So I tried adding RAILPACK_PHP_EXTENSIONS=pdo_mysql to my environment variables and it started breaking the deployment, giving error in build time when it should read an unchanged environment variable but not finding it (next message) I believe that doing this messed up something with the generated .env file in build time, but there is no way to know it without having logs of how .env was configured at the moment...

Let’s Encrypt problem

Hello everybody I’m on Dokploy Cloud but I have problems with certificates : I think that Lets’s Encrypt don’t work on my domain. I'm trying to deploy a n8n server How can I fix that ?...

php-fpm to dokply

so, i already creating a docker image using github actions, and i push it to the docker repository ghcr.io after that, i create project in dokploy and i choose docker image. in provicer, i choose docker, i input the docker image, registry url, username, and password. when i click deploy, it's status is green. the deployment is success. i already filled my domain name, but i can not access my web. ...

access dashboard via HTTPS

in this thread : https://discord.com/channels/1234073262418563112/1348934898949427241 i was mistake to access dashboard via HTTPS, because the dashboard only accessible via HTTP. then, how to make dashboard accessible via HTTPS?...

Multiple problems on first steps

Hi guys I will need some help Here is my setup: Hosted dokploy paid 5$ (for testing) Server with dokploy installed...

Incomplete Logs

Dokploy logs stop logging new console logs after a while
No description

Supabase storage not loading

Hello. I have deployed supabase on ARM and also AMD cpu servers from google cloud. Tested many times. But storage and authentication (create user) not working. Here is a photo. On console log it says 500 error....
No description

Bad Gateway

When i try to connect my vercel domain to dokploy it says "Bad Gateway" when I go to the domain. My goal is to host multiple websites, on the same server accessible via individual seperate domains....

service refers to undefined volume

I'm using this compose file to install a libsql database: https://gist.github.com/Adammatthiesen/bfe7c78b2e73996fb3ef1b36ed606a57 But I keep getting this error: ...

Badgateway on Nestjs app

Hi all, I've deployed my nestjs app using Dockerfile and I'm getting bad gateway error. Need help on this This is my repo https://github.com/lutfifadlan/bookmark. Also i have set the PORT to 8081...

Sveltekit Error

Hello, I'm trying to host my Sveltekit project on Dokploy, but I tried the one in the documentation, it didn't work, I added it myself, it didn't work by correcting it, or I searched on the internet, it still didn't work. Can you help me with this? The error is about getting the build, when I change the build part, it gives an error again.

Reverse Proxy "Closed Ports" [PARTIALLY SOLVED]

I'm having an issue where I can't access my dashboard over https. According to the docs of Jellyfin, for HTTPS requests they use port 8920 instead of 8096, so I also tried defining both in my Domains tab. However inside Jellyfin I can't activate HTTPS, because it asks for a path to a PKCS-#12 certificate. But even the letsencrypt certificate that should be provisioned via traefik, does not seem to work, because when I visit mydomain.com, I get an invalid certificate warning and I can't open the certificate....
No description

deployment issues

During the deployment process using curl -sSL https://dokploy.com/install.sh | sh, I found that dokploy cannot connect to postgres.It's pointing to the wrong address10.0.1.8.But the correct IP is actually 10.0.1.9. After some trials and reviewing the source code, I found that the possible issue might be due to directly accessing dokploy-postgres, which led to resolving to 10.0.1.8. However, by pinging dokploy-postgres.1.xxxxxxxxxxxxxxxxxxxxxxxxx, it can correctly access postgres. I'm not sure if this is the issue, please help to take a look....
No description

Traefik when deploy with cloud

I'm trying to use deploy, and I'm using the cloud version. I added a clean Ubuntu server, and expected that everything would install itself, but it turns out that you need to install docker yourself, but that's okay. I added a compose service, wrote my application in "raw" with a link to the docker image, and deployed, everything is fine, now I added a domain in the domain tab, in the domain DNS I wrote the IP of the server where I install, but in the end it doesn't go to the server by domain. What am I doing wrong?...
No description