-
In order to support docker swarm, we need to rewrite the CLI commands to something more generic and create a map for docker compose and swarm.
Here's a proposal for a new Sugar CLI API that abstrac…
-
The statement
> Docker secrets are only available via Docker Swarm services, hence to create a secret using docker, Docker Swarm must be used.
in `docs/developer-config.md` is not true.
It…
-
**Task**
https://app.superadmin.sphinx.chat/
Loom Video: Link
Refresh Superadmin:
![Image](https://github.com/user-attachments/assets/aa08de80-2ac8-40d9-9e3d-7110e0f4f69d)
Feature set:
Admin das…
-
##### SUMMARY
It would be good to be able to define the [entrypoint for a service](https://docs.docker.com/reference/cli/docker/service/create/). Unless there's a reason why it shouldn't be p…
-
### To Reproduce
1. Create a Dokploy simply Docker Swarm configuration with 1 manager and 1 worker.
![image](https://github.com/user-attachments/assets/73dfd655-e6e4-4381-b41c-0e54e847c5c4)
…
-
At the moment, the following labels are available when inspecting a container/service that is part of stack:
Container example:
```json
"Labels": {
"com.docker.stack.namespace": "stackname",
…
-
If i'm thinking in doing something like this to deploy everything that is inside `docker` and `swarm`
```yml
- name: Setup docker standalone
run: |
echo "Copying docker files …
-
There are some things that I want to run on docker, but are not fully engineered for dynamic infrastructure. Ceph is an example. Unfortunately, its monitor nodes require a static ip address, otherwise…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I was expecting to be able to just use localhost:80 or whatever port I set to go to the front…
-
Hi,
So glad to have stumbled upon this project. I'm in the process of setting up my homelab using `swarm-cd`.
I couldn't find this from the issues/documentation, how can I have `swarm-cd` manage…