SteeltoeOSS / Tooling

Steeltoe developer tool collection
https://steeltoe.io/
Apache License 2.0
12 stars 7 forks source link

when deploying connector samples to docker, services are not wired #90

Closed ccheetham closed 4 years ago

ccheetham commented 4 years ago

To get the autowire mechanism to work on Docker, the service connection tuple (host, port, user, pass) needs to be provided to the app/container. A simple way of doing this would be to create a settings file specific to the deployment (e.g. appsettings.Docker.json) that contains the connection tuple info.