hyness / spring-cloud-config-server

Docker build of the spring-cloud-config-server
Apache License 2.0
74 stars 54 forks source link

Instructions on how to configure #1

Closed marcellodesales closed 8 years ago

marcellodesales commented 8 years ago

Hi there, I know the config server requires the settings... Can you add the steps to configure the server? As you did not expose any volumes, I wonder how you are using this...

thanks

hyness commented 8 years ago

Hello Marcello:

Sorry, I didn't think anyone was using this repo but me. I have added configuration and updated to the latest Spring Cloud Config Server. Thanks for using this repo, I hope you found it useful.

marcellodesales commented 8 years ago

@hyness Hack yeah! Thanks a lot for providing this!!!! We can definitely expand this! :+1: I can contribute with a Docker-compose implementation... This definitely can help a lot of people!

I have a patch for Node.js support using JSON files and I'd like to experiment with your solution! https://github.com/spring-projects/spring-boot/issues/4027