automated push from the terminal

This commit is contained in:
Software Shinobi
2026-02-18 22:37:13 -05:00
parent 1194d31f8c
commit d83faa7a34
8 changed files with 287 additions and 1591 deletions

19
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