casjay fa54d3d9db 🗃️ Committing everything that changed 🗃️
.env.scripts
2025-09-16 10:22:18 -04:00
2025-02-04 09:28:35 -05:00
2025-09-16 09:09:32 -04:00
2025-09-16 09:09:32 -04:00
2025-09-16 10:22:18 -04:00
2025-09-16 09:09:32 -04:00
2025-09-16 09:09:32 -04:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2022-10-27 17:09:11 -04:00
2025-09-16 09:09:32 -04:00
2025-09-05 13:35:20 -04:00
2025-09-16 09:09:32 -04:00
2025-09-16 09:09:32 -04:00

👋 Welcome to commitment_temp 🚀

commitment_temp README

Install my system scripts

 sudo bash -c "$(curl -q -LSsf "https://github.com/systemmgr/installer/raw/main/install.sh")"
 sudo systemmgr --config && sudo systemmgr install scripts  

Automatic install/update

dockermgr update commitment_temp

Install and run container

dockerHome="/var/lib/srv/$USER/docker/casjaysdevdocker/commitment_temp/commitment_temp/latest/rootfs"
mkdir -p "/var/lib/srv/$USER/docker/commitment_temp/rootfs"
git clone "https://github.com/dockermgr/commitment_temp" "$HOME/.local/share/CasjaysDev/dockermgr/commitment_temp"
cp -Rfva "$HOME/.local/share/CasjaysDev/dockermgr/commitment_temp/rootfs/." "$dockerHome/"
docker run -d \
--restart always \
--privileged \
--name casjaysdevdocker-commitment_temp-latest \
--hostname commitment_temp \
-e TZ=${TIMEZONE:-America/New_York} \
-v "$dockerHome/data:/data:z" \
-v "$dockerHome/config:/config:z" \
-p 80:80 \
casjaysdevdocker/commitment_temp:latest

via docker-compose

version: "2"
services:
  ProjectName:
    image: casjaysdevdocker/commitment_temp
    container_name: casjaysdevdocker-commitment_temp
    environment:
      - TZ=America/New_York
      - HOSTNAME=commitment_temp
    volumes:
      - "/var/lib/srv/$USER/docker/casjaysdevdocker/commitment_temp/commitment_temp/latest/rootfs/data:/data:z"
      - "/var/lib/srv/$USER/docker/casjaysdevdocker/commitment_temp/commitment_temp/latest/rootfs/config:/config:z"
    ports:
      - 80:80
    restart: always

Get source files

dockermgr download src casjaysdevdocker/commitment_temp

OR

git clone "https://github.com/casjaysdevdocker/commitment_temp" "$HOME/Projects/github/casjaysdevdocker/commitment_temp"

Build container

cd "$HOME/Projects/github/casjaysdevdocker/commitment_temp"
buildx 

Authors

🤖 casjay: Github 🤖
casjaysdevdocker: Github Docker

Description
Repo for commitment
Readme 195 KiB
Languages
Shell 92%
Dockerfile 8%