mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
Update Makefile
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -26,7 +26,7 @@ docker-up: ## Run project with compose
|
||||
docker-clean: ## Clean and reset project containers and volumes
|
||||
docker compose down -v --remove-orphans | true
|
||||
docker compose rm -f | true
|
||||
docker volume ls -q | grep panettone_postgres_data | xargs docker volume rm | true
|
||||
docker volume ls -q | grep panettone_postgres_data | xargs -r docker volume rm | true
|
||||
|
||||
# ====================================================================================
|
||||
# DATABASE MIGRATIONS
|
||||
|
||||
Reference in New Issue
Block a user