imbajin commented on code in PR #3149: URL: https://github.com/apache/hugegraph/pull/3149#discussion_r3891968368
########## docker/docker-compose.yml: ########## @@ -14,117 +14,59 @@ # See the License for the specific language governing permissions and # limitations under the License. # -name: hugegraph-single + +name: hugegraph-standalone Review Comment: This default-file change is intentional: the PR redesigns Docker Compose into explicit standalone, minimal HStore, and HA topology families with separate project-owned volumes. It is not an in-place upgrade of the previous default HStore stack. Historical migration and rollback compatibility are outside this refactor scope; users who need HStore select docker-compose-hstore.yml explicitly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
