Skip to content

Manual Installation guide fails to mention service dependencies #111

@wsidl

Description

@wsidl

To Reproduce

  1. Have existing Docker Swarm setup.
  2. Follow steps under docs/manual_installation

Current vs. Expected behavior

  • expected to have a working Dokploy instance running
  • Docker service that fails to start.

Provide environment information

Operating System:
  OS: Debian 12
  Arch: x86_64
Dokploy Version: 0.26.3, 0.25.11

Which area(s) are affected? (Select all that apply)

Installation

Additional context

I already have an established Docker Swarm instance with dozens of services and looking to migrate from Portainer. I noticed the install script re-inits the Docker Swarm cluster which would disrupt many services.

I followed the steps under Manual Installation only to get multiple errors:

  1. NodeJS crash
dokploy.1.ywgfml077pif@test-server    |   #  node[1]: std::unique_ptr<long unsigned int> node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start() at ../src/node_platform.cc:68
dokploy.1.ywgfml077pif@test-server    |   #  Assertion failed: (0) == (uv_thread_create(t.get(), start_thread, this))
  1. Running as a stand-alone docker service with "security-opt seccomp=unconfined", get "Make sure you have installed Redis" errors.

Only after reading install.sh script do I realize I must:

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions