vyadh / teamcity-deployment-dashboard

A TeamCity dashboard to help summarise what app version has been released to what environment.
Apache License 2.0
25 stars 6 forks source link

Support docker stack deployment #28

Open viastakhov opened 4 years ago

viastakhov commented 4 years ago

As you know docker support swarm mode, this means that you can define deployment of services with relevant versions in docker-compose file in YAML format. For more information pl refer to https://docs.docker.com/engine/reference/commandline/stack_deploy/

So that I be able to deploy docker stack to docker swarm cluster using single command only, (e.g.: _docker stack deploy --compose-file docker-compose.yml vossibility) in TeamCity build configuration with type Deployment.

Question: How can I setup TeamCity Deployment Dashboard using docker stack deployment?

Belorus commented 3 years ago

This doesn't seem related to the plugin. Pugin is simply copied into TC directory and thats it. No explicit app, no docker.

I'd close that