Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.
This repository hosts the apollo admin service image for Apollo Configuration Center.
Run with:
docker run -p 8080:8080 \-e SPRING_DATASOURCE_URL="jdbc:mysql://fill-in-the-correct-server:3306/ApolloConfigDB?characterEncoding=utf8" \-e SPRING_DATASOURCE_USERNAME=FillInCorrectUser -e SPRING_DATASOURCE_PASSWORD=FillInCorrectPassword \-d -v /tmp/logs:/opt/logs --name apollo-configservice apolloconfig/apollo-configservice:${version}
- Source
- Contributing Guide