ncarlier / kong-integration-samples

Samples Kong integration.
https://blog.worldline.tech/2018/05/16/api-gateway-oidc.html
122 stars 43 forks source link

Not able to deploy in docker stack #7

Open taragurung opened 6 years ago

taragurung commented 6 years ago

Thanks for the beautiful docker-compose which works great when deployed using docker-compose up -d --build but I want to deploy it in docker stack, which is not deploying the service at all.

I believe I have done all necessary changes required for deploying to docker stack. Thanks

ncarlier commented 6 years ago

Hello, indeed, Compose files are designed to be used by Docker Compose. And Docker Swarm has some differences. Can you share (in a gist or something similar) your stack? To see if I may help...