automated terminal push

This commit is contained in:
Software Shinobi
2025-02-06 17:49:47 +00:00
parent efe0e9aa05
commit 78a131f648
2 changed files with 324 additions and 0 deletions

19
compose.bash Executable file
View File

@@ -0,0 +1,19 @@
#!/bin/bash
##
reset
clear
##
#set -e
#set -x
docker compose down --remove-orphans
docker compose up -d
docker logs osiris-letsencrypt -f