fix(ci-test-services): Update CI/CD configurations, test settings, and Docker service for MongoDB.

This commit is contained in:
2025-08-15 09:48:00 +00:00
parent 7b9ebfdacb
commit c715adfd6c
4 changed files with 12 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '1.16.10',
version: '1.17.2',
description: 'A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.'
}

View File

@@ -73,7 +73,8 @@ export class ServiceManager {
MONGO_INITDB_ROOT_PASSWORD: config.MONGODB_PASS,
MONGO_INITDB_DATABASE: config.MONGODB_NAME
},
restart: 'unless-stopped'
restart: 'unless-stopped',
command: '--bind_ip_all'
});
if (success) {