Merge remote-tracking branch 'origin/next' into fix/gitlab-self-hosted-oauth-clone

This commit is contained in:
Andras Bacsai
2026-07-21 21:31:43 +02:00
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -173,9 +173,9 @@ If you encounter issues or break your database or something else, follow these s
1. Stop all running containers `ctrl + c`.
2. Remove all Coolify containers:
2. Force-remove all Coolify dev containers:
```bash
docker rm coolify coolify-db coolify-redis coolify-realtime coolify-testing-host coolify-minio coolify-vite-1 coolify-mail
npm run clean
```
3. Remove Coolify volumes (it is possible that the volumes have no `coolify` prefix on your machine, in that case remove the prefix from the command):
+2 -1
View File
@@ -7,7 +7,8 @@
"build": "vite build",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest"
"test:watch": "vitest",
"clean": "docker compose -f docker-compose.yml -f docker-compose.dev.yml down --remove-orphans"
},
"devDependencies": {
"@tailwindcss/postcss": "4.1.18",