Can't mount folder from container to host machine
I'm trying to mount the
/app/src
folder from docker to /mnt/astro
on the host machine, but the folder itself doesn't show up. Even if I create the astro
folder manually, it's still empty. What could be the matter or what am I doing wrong?
What IS the multi-server feature and why isn't it working for me?
Looking at the documentation it's unclear what the multi-server feature does. It only explains how to enable it. So in order to find out I've added and successfully set up a server. I've deployed a static application to the server. The deploy logs show success but the deployment itself is shown as an error and it doesn't work. I've deployed various apps from a template that work fine when I deploy them normally. When I deploy them by choosing the newly added server the deployment fails with the error:
...
Error response from daemon: Could not attach to network dokploy-network: context deadline exceeded
Error: ❌ Docker command failed".
Error response from daemon: Could not attach to network dokploy-network: context deadline exceeded
Error: ❌ Docker command failed".
PM2 Cluster but in Docker, is it possible in Dokploy?
i recently discovered about docker swarm that do something like PM2 clustering does for Next JS, people recommend this thing. but when i try to learn, i realize setting up docker swarm more difficult than setup PM2 cluster, especially for syncronizing the volume (i'm excluding my public folder in my GH repo), since i'm only using it in the same server, i think maybe PM2 is enough (?). so i just want to know what's your opinion guys on how to maximize the thread or CPU i have for my Next JS apps,...
prevent docker cache on specific Stage
given below is my dockerfile
```Dockerfile
Stage 1: Download the latest binary
FROM alpine:latest AS downloader...
only trigger deployments when a sub path is touched
Hello,
I’m unsure if that part is in the scope of dokploy or nixpacks. I want to restrict build trigger when I push a change to just a sub path of the git repo (using a mono repo).
How can I do that?...
Cannot access docker compose app
Here is the compose
`networks:
dokploy-network:
external: true
volumes:...
can't get projects in api
when I try to get projects from the api, it's throwing this error
```
Projects: {
message: 'UNDEFINED_VALUE: Undefined values are not allowed',...
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 ...
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.

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....

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:...

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
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
