automated terminal push

This commit is contained in:
Your Name
2025-02-07 14:40:21 -05:00
parent 7bec6a448c
commit a8c03cdfb3
21 changed files with 515 additions and 0 deletions

23
compose.bash Executable file
View File

@@ -0,0 +1,23 @@
#!/bin/bash
##
set -e
set -x
##
reset
clear
##
## docker compose pull
docker compose down --remove-orphans
docker compose up --build -d