From 6fb53f2dd98f1448135409e683c0c5f90ed099b7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 11 Feb 2025 12:24:12 -0500 Subject: [PATCH] automated terminal push --- compose.yaml | 29 ----------------------------- composeScaling.bash | 2 +- 2 files changed, 1 insertion(+), 30 deletions(-) diff --git a/compose.yaml b/compose.yaml index 726944a..a613779 100644 --- a/compose.yaml +++ b/compose.yaml @@ -203,35 +203,6 @@ services: PASSWORD: yankee HTTP_PASSWORD: yankee - -########################################## -## -## orchestration / yankee-desktop-remix -## -##########################################008 - - yankee-desktop-remix-008: - container_name: yankee-desktop-remix-008 - image: softwareshinobi/yankee-desktop-remix - restart: unless-stopped - build: - context: . - dockerfile: Dockerfile - volumes: - - yankee-nfs-downloads:/root/Downloads - hostname: yankee-desktop-008 - ports: - - "20082:22" - - "20088:80" - - "20089:5900" - environment: - TZ: America/Bogota - USER_UID: 1000 - USER_GID: 1000 - USER: root - PASSWORD: yankee - HTTP_PASSWORD: yankee - ########################################## ## ## volumes / yankee-desktop-remix diff --git a/composeScaling.bash b/composeScaling.bash index be00b7a..9b03001 100755 --- a/composeScaling.bash +++ b/composeScaling.bash @@ -19,7 +19,7 @@ clear processorCount=`grep -c '^processor' /proc/cpuinfo` -processorCount=processorCount - 1 +processorCount=$((processorCount - 1)) echo "num cpus / "$processorCount