Compare commits

...

2 Commits

Author SHA1 Message Date
parsa aghaei
a8dd6efddb fix(deploy): sync deploy.sh container conflict fix to main
Some checks failed
Deploy Canina / deploy (push) Failing after 12s
2026-07-29 16:08:08 +03:30
parsa aghaei
b115c971f5 fix(deploy): use --remove-orphans in docker compose up to avoid container name conflicts
All checks were successful
Deploy Canina / deploy (push) Successful in 47s
2026-07-29 16:07:43 +03:30

View File

@ -65,7 +65,7 @@ echo "Building Docker images..."
docker compose build --build-arg NEXT_PUBLIC_API_URL="${API_URL}/api" --build-arg VITE_API_URL="${API_URL}"
echo "Starting containers..."
docker compose up -d
docker compose up -d --remove-orphans
echo "Waiting for backend to start..."
sleep 15