volume-backup

This commit is contained in:
2025-07-31 19:35:57 +02:00
parent 63b77dba87
commit 9e89d0e8cf
2 changed files with 16 additions and 0 deletions

View File

@@ -18,6 +18,9 @@ if [[ "--install" == $INSTALLED ]]; then
source /etc/serverconfig/.env
export AWS_ACCESS_KEY=$(aws configure get aws_access_key_id)
export AWS_SECRET_ACCESS_KEY=$(aws configure get aws_secret_access_key)
if [[ -f "$ETC_DIR/docker-compose.yml" ]]; then
docker compose -f "$ETC_DIR/docker-compose.yml" up -d && \
info_print "$ETC_DIR/docker-compose.yml is running." 6;