automated terminal push

This commit is contained in:
Your Name
2025-02-11 12:24:12 -05:00
parent 4b6a33b592
commit 6fb53f2dd9
2 changed files with 1 additions and 30 deletions

View File

@@ -203,35 +203,6 @@ services:
PASSWORD: yankee PASSWORD: yankee
HTTP_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 ## volumes / yankee-desktop-remix

View File

@@ -19,7 +19,7 @@ clear
processorCount=`grep -c '^processor' /proc/cpuinfo` processorCount=`grep -c '^processor' /proc/cpuinfo`
processorCount=processorCount - 1 processorCount=$((processorCount - 1))
echo "num cpus / "$processorCount echo "num cpus / "$processorCount