#!/bin/bash # удал все конт тома и сети docker-compose down --volumes --remove-orphans docker network rm app-network docker volume rm db_data