provison uid added

This commit is contained in:
CHIEFSOFT\ameye
2025-08-07 16:52:08 -04:00
parent f991ec56a9
commit 48665f7380
6 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ class Home extends BaseController
$composer_template_contents = str_replace("ALLOCATED_PORT", $allocatedPort, $composer_template_contents);
$composer_template_contents = str_replace("CNT_DB_NAME", $ContainerName, $composer_template_contents);
$composer_template_contents = str_replace("CNT_DB_PASS", $provisionUID, $composer_template_contents);
$composer_template_contents = str_replace("PROVISION_UID", $provisionUID, $composer_template_contents);
//Save to the specific path
$destination_composer_path = $ansible_folder."/parts/".$provisionUID."/docker-compose.yml";
$composerFile = fopen( $destination_composer_path, "w") or die("Unable to open file!");