Replies: 1 comment 2 replies
-
Coolify is a deployment system. You don't have to run it on the same server. In fact, I'm running it on a Raspberry Pi and use it to help me deploy stuff elsewhere. From what I understand, you can simply create a Docker Swarm like you normally would without Coolify. Then you add one of the manager nodes as your server and check the option indicating the server is part of a Docker Swarm. I haven't verified this, but I think the Docker Swarm option tells Coolify to deploy as a stack rather than a service for this server when it is used. That's typically how that would work. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
So I have been looking at the documentation quite a bit and trying to find out a bit more about the docker swarm support (I am aware it is marked as experimental still), but I can't figure out how coolify fits in such a setup?
Should the instance running coolify also be the instance acting as the docker swarm manager, or should coolify act simply as something like a reverse proxy, a seperate machine where traffic comes into the network?
So, should it look something like this?
![image](https://private-user-images.githubusercontent.com/8822958/313086222-2eb1d9cf-cb87-42f1-b7f6-900c8e32673d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDA3NTMsIm5iZiI6MTczODk0MDQ1MywicGF0aCI6Ii84ODIyOTU4LzMxMzA4NjIyMi0yZWIxZDljZi1jYjg3LTQyZjEtYjdmNi05MDBjOGUzMjY3M2QucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMTUwMDUzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MDAwNTJlZmY1MmRjNzQwMDlkNTg2NmJiZDA3ZmEwYjllZmQ2ODczZmU5ZTRkOThkMThkYTgxMjVjMjNlZWRhNCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.0FzzYFkL7Q3lcFS5NgprO1Wvlp4i38j6N0obBnMoaWY)
Or should it look something like this?
One reason why I got these questions is that there aren't any mentions of actually turning the coolify instance into the docker swarm manager, and there is no option for changing the existing "localhost" server in the ui to be a docker swarm manager or docker swarm worker.
I would also assume that the docker swarm workers (and the manager?) shouldn't run coolify themselves.
Beta Was this translation helpful? Give feedback.
All reactions