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
All checks were successful
Deploy Canina / deploy (push) Successful in 47s
This commit is contained in:
parent
bf60df34ef
commit
b115c971f5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user