Open mdargacz opened 3 months ago
I'm facing the same issue. Not sure where it is expecting a Docker image name? My docker-compose.yml
contains an image name for all services.
I am running into this same issue. I deployed a custom registry to my swarm. The registry pod lives on my manager node and all worker nodes have access to it. It works fine using other docker swarm tools like Portainer.
In your opinion I should install registry on my cluster and it's all? How sample docker-compose file should look? Could you show me this? How your deploy looks in coolify dashboard?
Thanks for more some details.
I have the same issue. I think it is because its only supported on docker images, not on docker compose. Is my guess.
Description
I have a problem with deploy docker stack or services on docker swarm cluster.
I started coolify and docker swarm cluster (with one manager and 3 worker nodes) on hetzner cloud. Coolify dashboard
Swarm cluster status from manager instance
I configured this docker swarm cluster in Coolify. I added manager node and one worker node as below
When I try deploy docker stack witch bases on docker-compose file on this docker swarm cluster I receive this message
Minimal Reproduction (if possible, example repository)
Exception or Error
Failed to deploy.
To deploy to a Swarm cluster you must set a Docker image name first.
Version
v4.0.0-beta.323
Cloud?