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.
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.