Go to file
Ilyas Oruc 568945e768 fix(server): pin locally-built swarm services to the build node
A locally built application image (git/dockerfile/buildpacks, no registry
configured) only exists on the node that built it. The swarm service is
created with no placement constraint, so on a multi-node swarm the
scheduler can place a task on another node that lacks the image. That task
is rejected with "No such image" while the previous task keeps running, so
the deployment reports success ("done") but the app is never updated.

Pin such services to the build node by adding a `node.id==<build node>`
placement constraint (resolved from the deploy connection's
`docker info` Swarm.NodeID), mirroring how bind mounts are already pinned.
Only applied for locally-built images and only when the user has not
configured their own placement; images pushed to a registry and external
(docker) images are unaffected.
2026-07-14 21:41:26 +03:00
.claude/skills/frontend-design refactor: unify server admin tools into dashboard pages with server selector (#4625) 2026-06-12 14:39:08 -06:00
.devcontainer chore: upgrade pnpm version to 10.22.0 across all Dockerfiles and package.json files 2026-02-18 11:47:41 -06:00
.github feat(ci): pin install.sh release asset to the released version 2026-07-07 02:57:58 -06:00
.vscode fix: ui responsiveness for mobile, tab and desktop screens 2026-05-07 17:49:16 +06:00
apps fix(server): pin locally-built swarm services to the build node 2026-07-14 21:41:26 +03:00
packages/server fix(server): pin locally-built swarm services to the build node 2026-07-14 21:41:26 +03:00
.dockerignore feat: add canary builds for testing purposes 2024-05-01 19:44:41 -06:00
.gitignore chore: add DevContainer 2026-01-19 08:59:19 +01:00
.nvmrc chore: upgrade Node.js version and related dependencies to 24.4.0 2026-02-18 11:10:51 -06:00
biome.json feat: integrate dompurify and simple-icons for enhanced icon management 2026-04-04 20:16:47 -06:00
CONTRIBUTING.md Merge branch 'canary' into 2731-wrong-extension-for-mongo-backup-file 2026-03-24 13:15:58 -06:00
Dockerfile perf: share db, docker and auth singletons across duplicated bundles 2026-07-09 02:13:05 -06:00
Dockerfile.cloud chore: update deployment command in Dockerfiles to include --legacy flag 2026-02-18 12:11:02 -06:00
Dockerfile.monitoring build: add syntax directive to Dockerfiles 2025-06-13 11:11:48 +09:00
Dockerfile.schedule chore: update deployment command in Dockerfiles to include --legacy flag 2026-02-18 12:11:02 -06:00
Dockerfile.server chore: update deployment command in Dockerfiles to include --legacy flag 2026-02-18 12:11:02 -06:00
GUIDES.md docs: update docker installation method of Ubuntu 2025-07-03 08:41:08 +09:00
LICENSE_PROPRIETARY.md feat(license): introduce proprietary license and update core license terms 2026-01-21 19:43:33 +01:00
LICENSE.MD feat(license): introduce proprietary license and update core license terms 2026-01-21 19:43:33 +01:00
openapi.json Merge branch 'canary' into feat/quick-service-switcher 2026-03-19 00:43:03 -06:00
package.json feat(scim): implement SCIM 2.0 user provisioning support 2026-07-08 14:06:22 -06:00
pnpm-lock.yaml chore: update dependencies in pnpm-lock.yaml and package.json 2026-07-09 02:39:34 -06:00
pnpm-workspace.yaml chore: update drizzle-orm version to 0.45.1 across all package.json files and remove catalog reference for improved dependency management 2026-02-24 19:48:42 -06:00
README.md Merge pull request #3937 from AlexDev404/fix/broken-install-instructions 2026-04-05 00:45:48 -06:00
SECURITY.md Create SECURITY.md 2025-06-02 01:09:48 -06:00
TERMS_AND_CONDITIONS.md chore: update terms and conditions 2024-05-11 16:27:27 -06:00

Dokploy - Open Source Alternative to Vercel, Heroku and Netlify.

Join us on Discord for help, feedback, and discussions!

Discord Shield

Dokploy is a free, self-hostable Platform as a Service (PaaS) that simplifies the deployment and management of applications and databases.

Features

Dokploy includes multiple features to make your life easier.

  • Applications: Deploy any type of application (Node.js, PHP, Python, Go, Ruby, etc.).
  • Databases: Create and manage databases with support for MySQL, PostgreSQL, MongoDB, MariaDB, libsql, and Redis.
  • Backups: Automate backups for databases to an external storage destination.
  • Docker Compose: Native support for Docker Compose to manage complex applications.
  • Multi Node: Scale applications to multiple nodes using Docker Swarm to manage the cluster.
  • Templates: Deploy open-source templates (Plausible, Pocketbase, Calcom, etc.) with a single click.
  • Traefik Integration: Automatically integrates with Traefik for routing and load balancing.
  • Real-time Monitoring: Monitor CPU, memory, storage, and network usage for every resource.
  • Docker Management: Easily deploy and manage Docker containers.
  • CLI/API: Manage your applications and databases using the command line or through the API.
  • Notifications: Get notified when your deployments succeed or fail (via Slack, Discord, Telegram, Email, etc.).
  • Multi Server: Deploy and manage your applications remotely to external servers.
  • Self-Hosted: Self-host Dokploy on your VPS.

🚀 Getting Started

To get started, run the following command on a VPS:

Want to skip the installation process? Try the Dokploy Cloud.

curl -sSL https://dokploy.com/install.sh | bash

For detailed documentation, visit docs.dokploy.com.

Github Sponsors

Contributors 🤝

Contributors

📺 Video Tutorial

Watch the video

🤝 Contributing

Check out the Contributing Guide for more information.