Centralized server for apps settings (Spring Cloud Config)
10K+
Centralized server for apps settings (Spring Cloud Config)
Source: https://github.com/thbono/config-server
Usage example:
docker run -p 8888:8888 -v /tmp:/tmp thbono/config-server:2.0
Then, open a browser and type:
http://localhost:8888/actuator/info
The following environment variables are available:
PORT - defaults to 8888
CONTEXT_PATH - defaults to /
HEALTH_URI - defaults to application-default.yml
GIT_REPO - defaults to https://github.com/thbono/apps-config.git
GIT_USER / GIT_PASSWORD - defaults to empty string
JAVA_OPTS - defaults to -Xmx128m
Content type
Image
Digest
Size
92.9 MB
Last updated
almost 8 years ago
docker pull thbono/config-server:2.0