M: Add restart after rebuild
Some checks failed
Backend CI / build (3.12) (push) Has been cancelled
Frontend CI / build (22.x) (push) Has been cancelled
Backend CI / notify-failure (push) Has been cancelled
Frontend CI / notify-failure (push) Has been cancelled

This commit is contained in:
Ivan 2025-07-17 19:33:22 +03:00
parent 94ea516256
commit 679eefcd38

View File

@ -7,6 +7,7 @@ git reset --hard origin/main
/bin/bash "${BACKUP_SCRIPT}"
docker compose --file "${COMPOSE_FILE}" up --build --detach
docker compose --file "${COMPOSE_FILE}" restart
# Use this to prune caches
# docker system prune -a -f