SolaceLabs / solace-single-docker-compose

Set up single Solace PubSub+ Docker container using Docker Compose
Apache License 2.0
19 stars 18 forks source link

Compose does not support 'deploy' configuration #1

Open flyisland opened 5 years ago

flyisland commented 5 years ago

Got below warming while executing docker-compose -f PubSubStandard_singleNode.yml up -d

WARNING: Some services (primary) use the 'deploy' key, which will be ignored. Compose does not support 'deploy' configuration - use docker stack deploy to deploy to a swarm.

chadfrost commented 4 years ago

I get the same thing as @flyisland -- on Mac, 10.14.6 (Mojave) running VirtualBox 6.1.6 and Docker version 19.03.8, build afacb8b.

hholst80 commented 4 years ago

I suggest just getting rid of this in this cookbook receipt. docker stack would complain on a 'restart: ...' clause which would be specific to docker-compose so if this setting is essential (I think not) we need to provide both kind of configuration files. One for compose and one for Swarm.