automated push from the terminal

This commit is contained in:
Software Shinobi
2026-02-19 00:37:10 -05:00
parent d83faa7a34
commit 3e65788ffd
9 changed files with 447 additions and 194 deletions

19
.recycle/database.bash Executable file
View File

@@ -0,0 +1,19 @@
#!/bin/bash
##
reset
clear
##
set -e
set -x
##
docker compose -f database.yaml down --remove-orphans
docker compose -f database.yaml up -d --build