I\'m trying to deploy a ConfigServrService and a Client with a remote repository using DockerCompose.
The docker-compose.yml is like:
version: \'2\' ser
As suggested by spencergibb here, and as the official documentation suggests, create a bootstrap.yml file:
bootstrap.yml
spring: cloud: enabled: true config: uri: http://config-server:8888 failFast: true retry: maxAttempts: 20
and remove the above included properties from application.yml.
application.yml